java.awt.event
Interface AWTEventListener
java.lang.Object
|
+--java.util.EventListener
|
+--java.awt.event.AWTEventListener
All Implemented Interfaces:
EventListener
This listener is for classes that need to listen to all events in the AWT
system. In general, this should not be used except for classes like
javax.accessibility or by event recorders.
Since:Author:- Aaron M. Renn <arenn@urbanophile.com>
See Also:
eventDispatched
public void eventDispatched(java.awt.AWTEvent event)
This method is called when any event in the AWT system is dispatched.
Parameters: