Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
The class that is interested in monitoring EventQueue events
implements this interface, and the object created with that
class is registered with the EventQueue, using the EventQueue's
addEventQueueListener
method. When an event is
posted to the EventQueue, that object's eventPosted
method is invoked.
Method Summary | |
void | eventPosted(AWTEvent e)
|
Method Detail |
public void eventPosted(AWTEvent e)
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |