|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.AWTEventMulticaster | +--com.ibm.dse.gui.CoordinatedEventMulticaster
The CoordinatedEventMulticaster class supports the CoordinatedEventListener interface.
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,
addInternal,
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,
removeInternal,
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 |
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
- CoordinatedEventListenerpublic void handleDSECoordinationEvent(DSECoordinationEvent event)
event
- DSECoordinationEventpublic static CoordinatedEventListener remove(CoordinatedEventListener a, CoordinatedEventListener b)
a
- CoordinatedEventListenerb
- CoordinatedEventListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |