|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.AWTEventMulticaster
com.ibm.dse.gui.CoordinatedEventMulticaster
The CoordinatedEventMulticaster class supports the CoordinatedEventListener interface.
Field Summary |
---|
Fields inherited from class java.awt.AWTEventMulticaster |
---|
a, b |
Constructor Summary | |
---|---|
protected |
CoordinatedEventMulticaster(java.util.EventListener a,
java.util.EventListener b)
This constructor creates an CoordinatedEventMulticaster object. |
Method Summary | |
---|---|
static CoordinatedEventListener |
add(CoordinatedEventListener a,
CoordinatedEventListener b)
Adds new listener to support multicast events. |
void |
handleDSECoordinationEvent(DSECoordinationEvent event)
Handles the DSECoordinationEvent passed as argument. |
static CoordinatedEventListener |
remove(CoordinatedEventListener a,
CoordinatedEventListener b)
Removes listener to support multicast events. |
Methods inherited from class java.awt.AWTEventMulticaster |
---|
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addInternal, adjustmentValueChanged, ancestorMoved, ancestorResized, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getListeners, hierarchyChanged, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeInternal, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CoordinatedEventMulticaster(java.util.EventListener a, java.util.EventListener b)
a
- java.util.EventListenerb
- java.util.EventListenerMethod Detail |
public static CoordinatedEventListener add(CoordinatedEventListener a, CoordinatedEventListener b)
a
- CoordinatedEventListenerb
- CoordinatedEventListener
public void handleDSECoordinationEvent(DSECoordinationEvent event)
handleDSECoordinationEvent
in interface CoordinatedEventListener
event
- DSECoordinationEventpublic static CoordinatedEventListener remove(CoordinatedEventListener a, CoordinatedEventListener b)
a
- CoordinatedEventListenerb
- CoordinatedEventListener
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |