com.ibm.dse.services.comms
Class SessionNotEstablishedEventMulticaster

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

public class SessionNotEstablishedEventMulticaster
extends java.awt.AWTEventMulticaster
implements SessionNotEstablishedListener

The SessionNotEstablishedEventMulticaster class supports the com.ibm.dse.services.comms.SessionNotEstablishedListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected SessionNotEstablishedEventMulticaster(SessionNotEstablishedListener a, SessionNotEstablishedListener b)
           
 
Method Summary
static SessionNotEstablishedListener add(SessionNotEstablishedListener a, SessionNotEstablishedListener b)
          Adds new listener to support multicast events.
static SessionNotEstablishedListener remove(SessionNotEstablishedListener a, SessionNotEstablishedListener b)
          Removes listener to support multicast events.
 void sessionNotEstablished(SessionNotEstablishedEvent event)
          Invoked when session not 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

SessionNotEstablishedEventMulticaster

protected SessionNotEstablishedEventMulticaster(SessionNotEstablishedListener a,
                                                SessionNotEstablishedListener b)
Parameters:
a - com.ibm.dse.services.comms.SessionNotEstablishedListener
b - com.ibm.dse.services.comms.SessionNotEstablishedListener
Method Detail

add

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

remove

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

sessionNotEstablished

public void sessionNotEstablished(SessionNotEstablishedEvent event)
Invoked when session not established.
Specified by:
sessionNotEstablished in interface SessionNotEstablishedListener
Parameters:
event - com.ibm.dse.services.comms.SessionNotEstablishedEvent