com.ibm.dse.services.comms
Class ConversationDownEventMulticaster

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

public class ConversationDownEventMulticaster
extends java.awt.AWTEventMulticaster
implements ConversationDownListener

The ConversationDownEventMulticaster supports the com.ibm.dse.services.ConversationDownListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected ConversationDownEventMulticaster(ConversationDownListener a, ConversationDownListener b)
          This constructor supports multicast events.
 
Method Summary
static ConversationDownListener add(ConversationDownListener a, ConversationDownListener b)
          Adds a new listener to support multicast events.
 void conversationDown(ConversationDownEvent event)
          Invoked when Deallocate conversation message is received from partner.
static ConversationDownListener remove(ConversationDownListener a, ConversationDownListener 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

ConversationDownEventMulticaster

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

add

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

conversationDown

public void conversationDown(ConversationDownEvent event)
Invoked when Deallocate conversation message is received from partner.
Specified by:
conversationDown in interface ConversationDownListener
Parameters:
event - com.ibm.dse.services.comms.ConversationDownEvent

remove

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