com.ibm.dse.services.comms
Class ConversationEstablishedEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.dse.services.comms.ConversationEstablishedEventMulticaster

public class ConversationEstablishedEventMulticaster
extends java.awt.AWTEventMulticaster
implements ConversationEstablishedListener

The ConversationEstablishedEventMulticaster class supports the com.ibm.dse.services.comms.ConversationEstablishedListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected ConversationEstablishedEventMulticaster(ConversationEstablishedListener a, ConversationEstablishedListener b)
          This constructor supports multicast events.
 
Method Summary
static ConversationEstablishedListener add(ConversationEstablishedListener a, ConversationEstablishedListener b)
          Adds a new listener to support multicast events.
 void conversationEstablished(ConversationEstablishedEvent event)
          Invoked when conversation established with partner.
static ConversationEstablishedListener remove(ConversationEstablishedListener a, ConversationEstablishedListener 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

ConversationEstablishedEventMulticaster

protected ConversationEstablishedEventMulticaster(ConversationEstablishedListener a,
                                                  ConversationEstablishedListener b)
This constructor supports multicast events.
Parameters:
a - com.ibm.dse.services.comms.ConversationEstablishedListener
b - com.ibm.dse.services.comms.ConversationEstablishedListener
Method Detail

add

public static ConversationEstablishedListener add(ConversationEstablishedListener a,
                                                  ConversationEstablishedListener b)
Adds a new listener to support multicast events.
Parameters:
a - com.ibm.dse.services.comms.ConversationEstablishedListener
b - com.ibm.dse.services.comms.ConversationEstablishedListener
Returns:
com.ibm.dse.services.comms.ConversationEstablishedListener

conversationEstablished

public void conversationEstablished(ConversationEstablishedEvent event)
Invoked when conversation established with partner.
Specified by:
conversationEstablished in interface ConversationEstablishedListener
Parameters:
event - com.ibm.dse.services.comms.ConversationEstablishedEvent

remove

public static ConversationEstablishedListener remove(ConversationEstablishedListener a,
                                                     ConversationEstablishedListener b)
Removes listener to support multicast events.
Parameters:
a - com.ibm.dse.services.comms.ConversationEstablishedListener
b - com.ibm.dse.services.comms.ConversationEstablishedListener
Returns:
com.ibm.dse.services.comms.ConversationEstablishedListener