Please enable JavaScript.
Coggle requires JavaScript to display documents.
EVENT HANDLING - Coggle Diagram
EVENT HANDLING
-
Event Delegation Model
-
Event Listener
It is also called as event handler. The Listener is responsible for generating a response to an event. The Listener waits until it has received an event and Once the event is received , the listener process the event & then returns the result.
-
-
-
Types of Event
-
Foreground event
These events require direct interaction of the user. They are generated as consequences of a person interacting with the GUI components.
-