Changed Methods |
void dispatchEvent(AWTEvent )
|
Documentation changed from old to new. |
Dispatches an event. |
AWTEvent getNextEvent()
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Removes an event from the EventQueue and returns it. |
void invokeAndWait(Runnable )
|
Documentation changed from old to new. |
Causes runnable to have its run method called in the dispatch thread of the EventQueue . |
void invokeLater(Runnable )
|
Documentation changed from old to new. |
Causes runnable to have its run method called in the dispatch thread of the EventQueue . |
boolean isDispatchThread()
|
Documentation changed from old to new. |
Returns true if the calling thread is the current AWT EventQueue 's dispatch thread. |
void pop()
|
Documentation changed from old to new. |
Stops dispatching events using this EventQueue . |
void postEvent(AWTEvent )
|
Documentation changed from old to new. |
Posts a 1.1-style event to the EventQueue . |
void push(EventQueue )
|
Documentation changed from old to new. |
Replaces the existing EventQueue with the specified one. |
AWTEvent peekEvent()
|
Documentation changed from old to new. |
Returns the first event on the EventQueue without removing it. |
AWTEvent peekEvent(int )
|
Documentation changed from old to new. |
Returns the first event with the specified id if any. |