com.ibm.dse.base
Class OperationRepliedEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.dse.base.OperationRepliedEventMulticaster

public class OperationRepliedEventMulticaster
extends java.awt.AWTEventMulticaster
implements OperationRepliedListener

This is the event multicaster class to support the com.ibm.dse.base.OperationRepliedListenerinterface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected OperationRepliedEventMulticaster(OperationRepliedListener a, OperationRepliedListener b)
          Constructor to support multicast events.
 
Method Summary
static OperationRepliedListener add(OperationRepliedListener a, OperationRepliedListener b)
          Add new listener to support multicast events.
 void handleOperationRepliedEvent(OperationRepliedEvent event)
          Proccess the OperationRepliedEvent.
static OperationRepliedListener remove(OperationRepliedListener a, OperationRepliedListener 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, 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

OperationRepliedEventMulticaster

protected OperationRepliedEventMulticaster(OperationRepliedListener a,
                                           OperationRepliedListener b)
Constructor to support multicast events.
Parameters:
a - com.ibm.dse.base.OperationRepliedListener
b - com.ibm.dse.base.OperationRepliedListener
Method Detail

add

public static OperationRepliedListener add(OperationRepliedListener a,
                                           OperationRepliedListener b)
Add new listener to support multicast events.
Parameters:
a - com.ibm.dse.base.OperationRepliedListener
b - com.ibm.dse.base.OperationRepliedListener
Returns:
com.ibm.dse.base.OperationRepliedListener

handleOperationRepliedEvent

public void handleOperationRepliedEvent(OperationRepliedEvent event)
Proccess the OperationRepliedEvent.
Specified by:
handleOperationRepliedEvent in interface OperationRepliedListener
Parameters:
event - com.ibm.dse.base.OperationRepliedEvent

remove

public static OperationRepliedListener remove(OperationRepliedListener a,
                                              OperationRepliedListener b)
Remove listener to support multicast events.
Parameters:
a - com.ibm.dse.base.OperationRepliedListener
b - com.ibm.dse.base.OperationRepliedListener
Returns:
com.ibm.dse.base.OperationRepliedListener