|
|||||||||
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.base.OperationRepliedEventMulticaster
This is the event multicaster class to support the com.ibm.dse.base.OperationRepliedListenerinterface.
Fields inherited from class java.awt.AWTEventMulticaster |
a,
b |
Constructor Summary | |
protected |
OperationRepliedEventMulticaster(OperationRepliedListener a,
OperationRepliedListener b)
Constructor to support multicast events. |
Method Summary | |
static OperationRepliedListener |
add(OperationRepliedListener a,
OperationRepliedListener b)
Add new listener to support multicast events. |
void |
handleOperationRepliedEvent(OperationRepliedEvent event)
Proccess the OperationRepliedEvent. |
static OperationRepliedListener |
remove(OperationRepliedListener a,
OperationRepliedListener b)
Remove 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 OperationRepliedEventMulticaster(OperationRepliedListener a, OperationRepliedListener b)
a
- com.ibm.dse.base.OperationRepliedListenerb
- com.ibm.dse.base.OperationRepliedListenerMethod Detail |
public static OperationRepliedListener add(OperationRepliedListener a, OperationRepliedListener b)
a
- com.ibm.dse.base.OperationRepliedListenerb
- com.ibm.dse.base.OperationRepliedListenerpublic void handleOperationRepliedEvent(OperationRepliedEvent event)
event
- com.ibm.dse.base.OperationRepliedEventpublic static OperationRepliedListener remove(OperationRepliedListener a, OperationRepliedListener b)
a
- com.ibm.dse.base.OperationRepliedListenerb
- com.ibm.dse.base.OperationRepliedListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |