|
|||||||||
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.services.comms.SessionDownEventMulticaster
The SessionDownEventMulticaster class supports the com.ibm.dse.services.comms.SessionDownListener interface.
Fields inherited from class java.awt.AWTEventMulticaster |
a,
b |
Constructor Summary | |
protected |
SessionDownEventMulticaster(SessionDownListener a,
SessionDownListener b)
|
Method Summary | |
static SessionDownListener |
add(SessionDownListener a,
SessionDownListener b)
Adds new listener to support multicast events. |
static SessionDownListener |
remove(SessionDownListener a,
SessionDownListener b)
Removes listener to support multicast events. |
void |
sessionDown(SessionDownEvent event)
Invoked when session is down. |
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 SessionDownEventMulticaster(SessionDownListener a, SessionDownListener b)
a
- com.ibm.dse.services.comms.SessionDownListenerb
- com.ibm.dse.services.comms.SessionDownListenerMethod Detail |
public static SessionDownListener add(SessionDownListener a, SessionDownListener b)
a
- com.ibm.dse.services.comms.SessionDownListenerb
- com.ibm.dse.services.comms.SessionDownListenerpublic static SessionDownListener remove(SessionDownListener a, SessionDownListener b)
a
- com.ibm.dse.services.comms.SessionDownListenerb
- com.ibm.dse.services.comms.SessionDownListenerpublic void sessionDown(SessionDownEvent event)
event
- com.ibm.dse.services.comms.SessionDownEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |