Monday, 11 September 2017

Event Handling



ü  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

Featured post

Development Of JAVA Program