EventQueue.peekEvent
Class Overview | Class Members |
This Package |
All Packages
public synchronized AWTEvent peekEvent()
Returns
the first event, which is either an instance of java.awt.Event
or java.awt.AWTEvent.
Description
Return the first event without removing it.
public synchronized AWTEvent peekEvent( int id )