|
|||||||||
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.ConversationNotEstablishedEventMulticaster
The ConversationNotEstablishedEventMulticaster supports the com.ibm.dse.services.comms.comms.ConversationNotEstablishedListener interface.
Fields inherited from class java.awt.AWTEventMulticaster |
a,
b |
Constructor Summary | |
protected |
ConversationNotEstablishedEventMulticaster(ConversationNotEstablishedListener a,
ConversationNotEstablishedListener b)
This constructor supports multicast events. |
Method Summary | |
static ConversationNotEstablishedListener |
add(ConversationNotEstablishedListener a,
ConversationNotEstablishedListener b)
Adds a new listener to support multicast events. |
void |
conversationNotEstablished(ConversationNotEstablishedEvent event)
Invoked when conversation not established with partner. |
static ConversationNotEstablishedListener |
remove(ConversationNotEstablishedListener a,
ConversationNotEstablishedListener 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 ConversationNotEstablishedEventMulticaster(ConversationNotEstablishedListener a, ConversationNotEstablishedListener b)
a
- com.ibm.dse.services.comms.ConversationNotEstablishedListenerb
- com.ibm.dse.services.comms.ConversationNotEstablishedListenerMethod Detail |
public static ConversationNotEstablishedListener add(ConversationNotEstablishedListener a, ConversationNotEstablishedListener b)
a
- com.ibm.dse.services.comms.ConversationNotEstablishedListenerb
- com.ibm.dse.services.comms.ConversationNotEstablishedListenerpublic void conversationNotEstablished(ConversationNotEstablishedEvent event)
event
- com.ibm.dse.services.comms.ConversationNotEstablishedEventpublic static ConversationNotEstablishedListener remove(ConversationNotEstablishedListener a, ConversationNotEstablishedListener b)
a
- com.ibm.dse.services.comms.ConversationNotEstablishedListenerb
- com.ibm.dse.services.comms.ConversationNotEstablishedListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |