Java Reference
In-Depth Information
Table 15-2 Commonly Used Event Classes in java.awt.event
Event Listener Interfaces
Event listeners receive event notifications. Listeners for AWT-based events are created by
implementing one or more of the interfaces defined by the java.awt.event package. When
an event occurs, the event source invokes the appropriate method defined by the listen-
er and provides an event object as its argument. Table 15-3 lists several commonly used
listener interfaces and provides a brief description of the methods they define.
 
Search WWH ::




Custom Search