com.ibm.dse.clientserver
Class CSNotificationEventMulticaster

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

public class CSNotificationEventMulticaster
extends java.awt.AWTEventMulticaster
implements CSNotificationListener

The CSNotificationEventMulticaster class supports the com.ibm.dse.clientserver.CSNotificationListener interface.


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

CSNotificationEventMulticaster

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

add

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

handleCSNotificationEvent

public void handleCSNotificationEvent(CSNotificationEvent event)
Executed when CSNotificationEvent has been triggered.
Specified by:
handleCSNotificationEvent in interface CSNotificationListener
Parameters:
event - com.ibm.dse.clientserver.CSNotificationEvent

remove

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