All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jp.kyasu.awt.EventPoster

java.lang.Object
   |
   +----jp.kyasu.awt.EventPoster

public class EventPoster
extends Object
The 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.

Version:
10 Dec 1998
Author:
Kazuki YASUMATSU

Constructor Index

 o EventPoster()

Method Index

 o postEvent(AWTEvent)
Posts an event to the system event queue.

Constructors

 o EventPoster
 public EventPoster()

Methods

 o postEvent
 public static void postEvent(AWTEvent event)
Posts an event to the system event queue. If the system event queue cannot be accessed because of the security, then posts the event using a new thread to avoid blocking the current thread.

Parameters:
event - an AWTEvent to be posted.

All Packages  Class Hierarchy  This Package  Previous  Next  Index