com.ibm.dse.cs.servlet
Class CSAsynchronousReplyEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.dse.cs.servlet.CSAsynchronousReplyEventMulticaster

public class CSAsynchronousReplyEventMulticaster
extends java.awt.AWTEventMulticaster
implements CSAsynchronousReplyListener

The CSAsynchronousReplyEventMulticaster class supports the CSAsynchronousReplyListener interface.


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

CSAsynchronousReplyEventMulticaster

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

add

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

handleCSAsynchronousReplyEvent

public void handleCSAsynchronousReplyEvent(CSAsynchronousReplyEvent event)
Executed when CSAsynchronousReplyEvent has been triggered.
Specified by:
handleCSAsynchronousReplyEvent in interface CSAsynchronousReplyListener
Parameters:
event - com.ibm.dse.clientserver.CSAsynchronousReplyEvent

remove

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