Class EventQueueMonitor

java.lang.Object
com.sun.java.accessibility.util.EventQueueMonitor
All Implemented Interfaces:
AWTEventListener, EventListener

public class EventQueueMonitor extends Object implements AWTEventListener
The EventQueueMonitor class provides key core functionality for Assistive Technologies (and other system-level technologies that need some of the same things that Assistive Technology needs).
See Also:
  • Constructor Details

    • EventQueueMonitor

      public EventQueueMonitor()
      Create a new EventQueueMonitor instance. Normally, this will be called only by the AWT Toolkit during initialization time. Assistive technologies should not create instances of EventQueueMonitor by themselves. Instead, they should either refer to it directly via the static methods in this class, e.g., getCurrentMousePosition() or obtain the instance by asking the Toolkit, e.g., Toolkit.getSystemEventQueue().
  • Method Details