kAWT Version 0.95

java.awt
Class EventQueue

java.lang.Object
  |
  +--java.awt.EventQueue

public class EventQueue
extends Object


Constructor Summary
EventQueue()
           
 
Method Summary
 void invokeLater(Runnable runit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueue

public EventQueue()
Method Detail

invokeLater

public void invokeLater(Runnable runit)

kAWT Version 0.95