PPT Slide
? All events are represented by the Event class,
which has instance variables that describe the
- Event: possible values of id
- target: object generating the Event
- other fields for specific types of Events
?Java 1.0 events are dispatched first to the
handleEvent() method of the Component
object on which they occur.
? The event methods return boolean values:
true if the event has been handled, else false.