@Exported
See: Description
| Interface | Description | 
|---|---|
| GUIInitializedListener | The  GUIInitializedListenerinterface is used by theEventQueueMonitorclass to notify an interested party when the GUI subsystem has been
 initialized. | 
| TopLevelWindowListener | The  TopLevelWindowListenerinterface is used by theEventQueueMonitorclass to notify an interested party when a top level window is created
 or destroyed in the Java Virtual Machine. | 
| Class | Description | 
|---|---|
| AccessibilityEventMonitor | AccessibilityEventMonitorimplements a PropertyChange listener
 on every UI object that implements interfaceAccessiblein the Java
 Virtual Machine. | 
| AccessibilityListenerList | The  AccessibilityListenerListis a copy of the SwingEventListerListclass. | 
| AWTEventMonitor | The  AWTEventMonitorimplements a suite of listeners that are
 conditionally installed on every AWT component instance in the Java
 Virtual Machine. | 
| EventID | EventID contains integer constants that map to event support in
 AWT and Swing. | 
| EventQueueMonitor | The  EventQueueMonitorclass provides key core functionality for Assistive
 Technologies (and other system-level technologies that need some of the same
 things that Assistive Technology needs). | 
| GUIInitializedMulticaster | The GUIInitializedMulticaster class is used to maintain a list of
 GUIInitializedListener classes. | 
| SwingEventMonitor | SwingEventMonitorextendsAWTEventMonitorby adding a suite of
 listeners conditionally installed on every Swing component instance
 in the Java Virtual Machine. | 
| TopLevelWindowMulticaster | The TopLevelWindowMulticaster class is used to maintain a list of
 TopLevelWindowListener classes. | 
| Translator | The  Translatorclass provides a translation to interfaceAccessiblefor objects that do not implement interfaceAccessible. | 
The class AccessibilityEventMonitor implements a PropertyChange
 listener on every UI object that implements interface Accessible in the Java
 Virtual Machine.
 
 The class AWTEventMonitor implements a suite of listeners that are
 conditionally installed on every AWT component instance in the Java Virtual Machine.
 
The class EventQueueMonitor provides key core functionality for
 Assistive Technologies (and other system-level technologies that need some of
 the same things that Assistive Technology needs).
 
The class GUIInitializedMulticaster is used to maintain a list of
 GUIInitializedListener classes which are used by the EventQueueMonitor
 class to notify an interested party when the GUI subsystem has been initialized.
 Note that this class is intended to be used primarily for internal support in
 the EventQueueMonitor class, and is not intended to be used by classes
 outside the Java Accessibility Utility package.
 
The class SwingEventMonitor extends AWTEventMonitor by adding
 a suite of listeners conditionally installed on every Swing component instance
 in the Java Virtual Machine.
 
The class TopLevelWindowMulticaster is used to maintain a list of
 TopLevelWindowListener classes which are used by the EventQueueMonitor
 class to notify an interested party when a top level window is created or destroyed
 in the Java Virtual Machine  Note that this class is intended to be used primarily
 for internal support in the EventQueueMonitor class, and is not intended
 to be used by classes outside the Java Accessibility Utility package.
 
The class Translator provides a translation to interface Accessible
 for objects that do not implement interface Accessible.
 Copyright © 2002, 2017, Oracle and/or its affiliates.  All rights reserved.