All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jp.kyasu.awt.EventPoster
EventPoster
class posts an AWTEvent
to
the system event queue. If the system event queue cannot be accessed
because of the security, then posts the AWTEvent
using
a new thread to avoid blocking the current thread.
public EventPoster()
public static void postEvent(AWTEvent event)
AWTEvent
to be posted.
All Packages Class Hierarchy This Package Previous Next Index