java.lang.Object java.awt.EventQueue
dispatchEvent(AWTEvent)
protected void dispatchEvent(AWTEvent event)
public EventQueue()
public static AWTEvent getCurrentEvent()
public static long getMostRecentEventTime()
InvocationEvent.getWhen()
ActionEvent.getWhen()
InputEvent.getWhen()
public AWTEvent getNextEvent() throws InterruptedException
public static void invokeAndWait(Runnable runnable) throws InterruptedException, InvocationTargetException
invokeLater(java.lang.Runnable)
public static void invokeLater(Runnable runnable)
invokeAndWait(java.lang.Runnable)
public static boolean isDispatchThread()
public AWTEvent peekEvent()
public AWTEvent peekEvent(int id)
protected void pop() throws EmptyStackException
push(java.awt.EventQueue)
public void postEvent(AWTEvent theEvent)
public void push(EventQueue newEventQueue)
pop()