com.ibm.dse.services.comms
Class ConversationNotEstablishedEventMulticaster

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

public class ConversationNotEstablishedEventMulticaster
extends java.awt.AWTEventMulticaster
implements ConversationNotEstablishedListener

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

ConversationNotEstablishedEventMulticaster

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

add

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

conversationNotEstablished

public void conversationNotEstablished(ConversationNotEstablishedEvent event)
Invoked when conversation not established with partner.
Specified by:
conversationNotEstablished in interface ConversationNotEstablishedListener
Parameters:
event - com.ibm.dse.services.comms.ConversationNotEstablishedEvent

remove

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