com.ibm.dse.services.comms
Class SessionEstablishedEventMulticaster

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

public class SessionEstablishedEventMulticaster
extends java.awt.AWTEventMulticaster
implements SessionEstablishedListener

The SessionEstablishedEventMulticaster class supports the com.ibm.dse.services.comms.SessionEstablishedListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected SessionEstablishedEventMulticaster(SessionEstablishedListener a, SessionEstablishedListener b)
           
 
Method Summary
static SessionEstablishedListener add(SessionEstablishedListener a, SessionEstablishedListener b)
          Adds new listener to support multicast events.
static SessionEstablishedListener remove(SessionEstablishedListener a, SessionEstablishedListener b)
          Removes listener to support multicast events.
 void sessionEstablished(SessionEstablishedEvent event)
          Invoked when session established.
 
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)
Parameters:
a - com.ibm.dse.services.comms.SessionEstablishedListener
b - com.ibm.dse.services.comms.SessionEstablishedListener
Method Detail

add

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

remove

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

sessionEstablished

public void sessionEstablished(SessionEstablishedEvent event)
Invoked when session established.
Specified by:
sessionEstablished in interface SessionEstablishedListener
Parameters:
event - com.ibm.dse.services.comms.SessionEstablishedEvent