com.ibm.dse.clientserver
Class CSReplyEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.dse.clientserver.CSReplyEventMulticaster

public class CSReplyEventMulticaster
extends java.awt.AWTEventMulticaster
implements CSReplyListener

The CSReplyEventMulticaster class supports the com.ibm.dse.clientserver.CSReplyListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected CSReplyEventMulticaster(CSReplyListener a, CSReplyListener b)
          This constructor supports multicast events.
 
Method Summary
static CSReplyListener add(CSReplyListener a, CSReplyListener b)
          Adds a new listener to support multicast events.
 void handleCSReplyEvent(CSReplyEvent event)
          Executed when CSReplyEvent has been triggered.
static CSReplyListener remove(CSReplyListener a, CSReplyListener 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

CSReplyEventMulticaster

protected CSReplyEventMulticaster(CSReplyListener a,
                                  CSReplyListener b)
This constructor supports multicast events.
Parameters:
a - com.ibm.dse.clientserver.CSReplyListener
b - com.ibm.dse.clientserver.CSReplyListener
Method Detail

add

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

handleCSReplyEvent

public void handleCSReplyEvent(CSReplyEvent event)
Executed when CSReplyEvent has been triggered.
Specified by:
handleCSReplyEvent in interface CSReplyListener
Parameters:
event - com.ibm.dse.clientserver.CSReplyEvent

remove

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