com.ibm.dse.services.cics
Class SessionClosedEventMulticaster

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

public class SessionClosedEventMulticaster
extends java.awt.AWTEventMulticaster
implements SessionClosedListener

This is the event multicaster class to support the com.ibm.dse.services.cics.SessionClosedListener interface.


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

SessionClosedEventMulticaster

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

add

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

handleEvent

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

remove

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