ü When a
client performs some action on a component, then AWT generates corresponding
event and then invokes corresponding method automatically.
ü If a
component wants to generate an event then that should be registered with
corresponding listener.
ü When a
component fires an event, then corresponding method will be invoked
automatically.
No comments:
Post a Comment