|
|||||||||
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.ExceptionInOperationEventMulticaster
The ExceptionInOperationEventMulticaster supports the ExceptionInOperationListenerinterface.
Fields inherited from class java.awt.AWTEventMulticaster |
a,
b |
Constructor Summary | |
protected |
ExceptionInOperationEventMulticaster(ExceptionInOperationListener a,
ExceptionInOperationListener b)
This constructor supports multicast events. |
Method Summary | |
static ExceptionInOperationListener |
add(ExceptionInOperationListener a,
ExceptionInOperationListener b)
Adds new listener to support multicast events. |
void |
handleExceptionInOperation(ExceptionInOperationEvent event)
Handles the ExceptionInOperationEvent passed as argument. |
static ExceptionInOperationListener |
remove(ExceptionInOperationListener a,
ExceptionInOperationListener 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 ExceptionInOperationEventMulticaster(ExceptionInOperationListener a, ExceptionInOperationListener b)
a
- com.ibm.dse.gui.ExceptionInOperationListenerb
- com.ibm.dse.gui.ExceptionInOperationListenerMethod Detail |
public static ExceptionInOperationListener add(ExceptionInOperationListener a, ExceptionInOperationListener b)
a
- com.ibm.dse.gui.ExceptionInOperationListenerb
- com.ibm.dse.gui.ExceptionInOperationListenerpublic void handleExceptionInOperation(ExceptionInOperationEvent event)
event
- com.ibm.dse.gui.ExceptionInOperationEventpublic static ExceptionInOperationListener remove(ExceptionInOperationListener a, ExceptionInOperationListener b)
a
- com.ibm.dse.gui.ExceptionInOperationListenerb
- com.ibm.dse.gui.ExceptionInOperationListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |