Event Handling Simply
An event signals that something happened.
Events can be triggered by :
The user, using :
the mouse,
the keyboard.
The system, notifying changes
Programmers exploit events by attaching special handling code which responds when an event occurs.
Previous slide
Next slide
Back to first slide
View graphic version