IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class CSReplyErrorEventMulticaster

java.lang.Object
  extended by java.awt.AWTEventMulticaster
      extended by com.ibm.btt.cs.servlet.CSReplyErrorEventMulticaster
All Implemented Interfaces:
CSReplyErrorEventListener, 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 CSReplyErrorEventMulticaster
extends java.awt.AWTEventMulticaster
implements CSReplyErrorEventListener

This is the event multicaster class to support the CSReplyErrorEventListener interface.


Field Summary
 
Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected CSReplyErrorEventMulticaster(CSReplyErrorEventListener a, CSReplyErrorEventListener b)
          Constructor to support multicast events.
 
Method Summary
static CSReplyErrorEventListener add(CSReplyErrorEventListener a, CSReplyErrorEventListener b)
          Add new listener to support multicast events.
 void handleCSReplyErrorEvent(CSReplyErrorEvent event)
          Executed when CSReplyErrorEvent has been triggered.
static CSReplyErrorEventListener remove(CSReplyErrorEventListener a, CSReplyErrorEventListener b)
          Remove 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

CSReplyErrorEventMulticaster

protected CSReplyErrorEventMulticaster(CSReplyErrorEventListener a,
                                       CSReplyErrorEventListener b)
Constructor to support multicast events.

Parameters:
a - CSReplyErrorEventListener
b - CSReplyErrorEventListener
Method Detail

add

public static CSReplyErrorEventListener add(CSReplyErrorEventListener a,
                                            CSReplyErrorEventListener b)
Add new listener to support multicast events.

Parameters:
a - CSReplyErrorEventListener
b - CSReplyErrorEventListener
Returns:
CSReplyErrorEventListener

handleCSReplyErrorEvent

public void handleCSReplyErrorEvent(CSReplyErrorEvent event)
Executed when CSReplyErrorEvent has been triggered.

Specified by:
handleCSReplyErrorEvent in interface CSReplyErrorEventListener
Parameters:
event - CSReplyErrorEvent

remove

public static CSReplyErrorEventListener remove(CSReplyErrorEventListener a,
                                               CSReplyErrorEventListener b)
Remove listener to support multicast events.

Parameters:
a - CSReplyErrorEventListener
b - CSReplyErrorEventListener
Returns:
CSReplyErrorEventListener

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010