com.ibm.dse.services.comms
Class SessionDownEventMulticaster

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

public class SessionDownEventMulticaster
extends java.awt.AWTEventMulticaster
implements SessionDownListener

The SessionDownEventMulticaster class supports the com.ibm.dse.services.comms.SessionDownListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected SessionDownEventMulticaster(SessionDownListener a, SessionDownListener b)
           
 
Method Summary
static SessionDownListener add(SessionDownListener a, SessionDownListener b)
          Adds new listener to support multicast events.
static SessionDownListener remove(SessionDownListener a, SessionDownListener b)
          Removes listener to support multicast events.
 void sessionDown(SessionDownEvent event)
          Invoked when session is down.
 
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

SessionDownEventMulticaster

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

add

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

remove

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

sessionDown

public void sessionDown(SessionDownEvent event)
Invoked when session is down.
Specified by:
sessionDown in interface SessionDownListener
Parameters:
event - com.ibm.dse.services.comms.SessionDownEvent