com.ibm.dse.services.cics
Class SessionEstablishedEventMulticaster

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

public class SessionEstablishedEventMulticaster
extends java.awt.AWTEventMulticaster
implements SessionEstablishedListener

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 SessionEstablishedEventMulticaster(SessionEstablishedListener a, SessionEstablishedListener b)
          This constructor creates a SessionEstablishedEventMulticaster object.
 
Method Summary
static SessionEstablishedListener add(SessionEstablishedListener a, SessionEstablishedListener b)
          Adds a new listener.
 void handleEvent(SessionEstablishedEvent event)
          Process the event.
static SessionEstablishedListener remove(SessionEstablishedListener a, SessionEstablishedListener 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

SessionEstablishedEventMulticaster

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

add

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

handleEvent

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

remove

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