com.sun.java.accessibility.util
Class GUIInitializedMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.sun.java.accessibility.util.GUIInitializedMulticaster

public class GUIInitializedMulticaster
extends java.awt.AWTEventMulticaster
implements GUIInitializedListener

The GUIInitializedMulticaster class is used to maintain a list of GUIInitializedListener classes. It 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.

See Also:
EventQueueMonitor, EventQueueMonitor.addGUIInitializedListener(com.sun.java.accessibility.util.GUIInitializedListener), EventQueueMonitor.removeGUIInitializedListener(com.sun.java.accessibility.util.GUIInitializedListener)

Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected GUIInitializedMulticaster(java.util.EventListener a, java.util.EventListener b)
           
 
Method Summary
static GUIInitializedListener add(GUIInitializedListener a, GUIInitializedListener b)
           
protected static java.util.EventListener addInternal(java.util.EventListener a, java.util.EventListener b)
           
 void guiInitialized()
           
static GUIInitializedListener remove(GUIInitializedListener l, GUIInitializedListener oldl)
           
protected static java.util.EventListener removeInternal(java.util.EventListener l, java.util.EventListener oldl)
           
 
Methods inherited from class java.awt.AWTEventMulticaster
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, adjustmentValueChanged, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIInitializedMulticaster

protected GUIInitializedMulticaster(java.util.EventListener a,
                                    java.util.EventListener b)
Method Detail

guiInitialized

public void guiInitialized()
Specified by:
guiInitialized in interface GUIInitializedListener

add

public static GUIInitializedListener add(GUIInitializedListener a,
                                         GUIInitializedListener b)

remove

public static GUIInitializedListener remove(GUIInitializedListener l,
                                            GUIInitializedListener oldl)

addInternal

protected static java.util.EventListener addInternal(java.util.EventListener a,
                                                     java.util.EventListener b)

removeInternal

protected static java.util.EventListener removeInternal(java.util.EventListener l,
                                                        java.util.EventListener oldl)