PPT Slide
?The Java 1.1 event model is used by
? Different classes of events are represented
by different Java classes.
? Every event is a subclass of
? AWT events are subclasses of
? Every event has a source object, which
can be obtained with getSource().
? Every AWT event has a type value, which
can be obtained with getID() and which
distinguishes the types of events in one class.