Please enable JavaScript.
Coggle requires JavaScript to display documents.
EVENT HANDLING, Model used by Java to handle user interaction with GUI…
EVENT HANDLING
EVENTS
TYPES OF EVENTS
-
FOREGROUND EVENT
These events require direct interaction of the user. They are generated as consequences of a person interacting with the GUI components.
-
EVENT DELEGATION MODEL
-
EVENT LISTENER
It is also called as event handler. The Listener is responsible for generating a response to an event.
-
-
-
-
-