com.ibm.dse.services.cics
Class ErrorReceivedEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.dse.services.cics.ErrorReceivedEventMulticaster

public class ErrorReceivedEventMulticaster
extends java.awt.AWTEventMulticaster
implements ErrorReceivedListener

This is the event multicaster class to support the com.ibm.dse.services.comms.ErrorReceivedListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected ErrorReceivedEventMulticaster(ErrorReceivedListener a, ErrorReceivedListener b)
          This constructor creates a ErrorReceivedEventMulticaster object.
 
Method Summary
static ErrorReceivedListener add(ErrorReceivedListener a, ErrorReceivedListener b)
          Adds a new listener.
 void handleEvent(ErrorReceivedEvent event)
          Process the event.
static ErrorReceivedListener remove(ErrorReceivedListener a, ErrorReceivedListener b)
          Removes a listener.
 
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

ErrorReceivedEventMulticaster

protected ErrorReceivedEventMulticaster(ErrorReceivedListener a,
                                        ErrorReceivedListener b)
This constructor creates a ErrorReceivedEventMulticaster object.
Parameters:
a - com.ibm.dse.services.cics.ErrorReceivedListener
b - com.ibm.dse.services.cics.ErrorReceivedListener
Method Detail

add

public static ErrorReceivedListener add(ErrorReceivedListener a,
                                        ErrorReceivedListener b)
Adds a new listener.
Parameters:
a - com.ibm.dse.services.cics.ErrorReceivedListener
b - com.ibm.dse.services.cics.ErrorReceivedListener
Returns:
com.ibm.dse.services.cics.ErrorReceivedListener

handleEvent

public void handleEvent(ErrorReceivedEvent event)
Process the event.
Specified by:
handleEvent in interface ErrorReceivedListener
Parameters:
event - com.ibm.dse.services.cics.ErrorReceivedEvent

remove

public static ErrorReceivedListener remove(ErrorReceivedListener a,
                                           ErrorReceivedListener b)
Removes a listener.
Parameters:
a - com.ibm.dse.services.cics.ErrorReceivedListener
b - com.ibm.dse.services.cics.ErrorReceivedListener
Returns:
com.ibm.dse.services.cics.ErrorReceivedListener