IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class CSAsynchronousReplyEventMulticaster

java.lang.Object
  extended by java.awt.AWTEventMulticaster
      extended by com.ibm.btt.cs.servlet.CSAsynchronousReplyEventMulticaster
All Implemented Interfaces:
CSAsynchronousReplyListener, java.awt.event.ActionListener, java.awt.event.AdjustmentListener, java.awt.event.ComponentListener, java.awt.event.ContainerListener, java.awt.event.FocusListener, java.awt.event.HierarchyBoundsListener, java.awt.event.HierarchyListener, java.awt.event.InputMethodListener, java.awt.event.ItemListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.awt.event.TextListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener

public class CSAsynchronousReplyEventMulticaster
extends java.awt.AWTEventMulticaster
implements CSAsynchronousReplyListener

The CSAsynchronousReplyEventMulticaster class supports the CSAsynchronousReplyListener interface.


Field Summary
 
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, add, add, add, add, add, addInternal, adjustmentValueChanged, ancestorMoved, ancestorResized, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getListeners, hierarchyChanged, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeInternal, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
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.btt.clientserver.servletCSAsynchronousReplyListener
b - com.ibm.btt.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.btt.clientserver.CSAsynchronousReplyListener
b - com.ibm.btt.clientserver.CSAsynchronousReplyListener
Returns:
com.ibm.btt.clientserver.CSAsynchronousReplyListener

handleCSAsynchronousReplyEvent

public void handleCSAsynchronousReplyEvent(CSAsynchronousReplyEvent event)
Executed when CSAsynchronousReplyEvent has been triggered.

Specified by:
handleCSAsynchronousReplyEvent in interface CSAsynchronousReplyListener
Parameters:
event - com.ibm.btt.clientserver.CSAsynchronousReplyEvent

remove

public static CSAsynchronousReplyListener remove(CSAsynchronousReplyListener a,
                                                 CSAsynchronousReplyListener b)
Removes listener to support multicast events.

Parameters:
a - com.ibm.btt.clientserver.CSAsynchronousReplyListener
b - com.ibm.btt.clientserver.CSAsynchronousReplyListener
Returns:
com.ibm.btt.clientserver.CSAsynchronousReplyListener

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011