Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.event

Interface AWTEventListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.awt.event.AWTEventListener

All Implemented Interfaces:

EventListener


public interface AWTEventListener

implements 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:See Also:

Method Summary

voideventDispatched(java.awt.AWTEvent event)

This method is called when any event in the AWT system is dispatched.

Method Details

eventDispatched

public void eventDispatched(java.awt.AWTEvent event)

This method is called when any event in the AWT system is dispatched.

Parameters: