KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > EventQueue

java.awt
Class EventQueue

java.lang.Object
  extended by java.awt.EventQueue
See Also:
Top Examples, Source Code, dispatchEvent(AWTEvent)

protected void dispatchEvent(AWTEvent event)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EventQueue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static AWTEvent getCurrentEvent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static long getMostRecentEventTime()
See Also:
InvocationEvent.getWhen(), ActionEvent.getWhen(), InputEvent.getWhen()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AWTEvent getNextEvent()
                      throws InterruptedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void invokeAndWait(Runnable runnable)
                          throws InterruptedException,
                                 InvocationTargetException
See Also:
invokeLater(java.lang.Runnable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void invokeLater(Runnable runnable)
See Also:
invokeAndWait(java.lang.Runnable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean isDispatchThread()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AWTEvent peekEvent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AWTEvent peekEvent(int id)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void pop()
            throws EmptyStackException
See Also:
push(java.awt.EventQueue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void postEvent(AWTEvent theEvent)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void push(EventQueue newEventQueue)
See Also:
pop(), NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags