com.ibm.dse.services.comms
Interface SessionDownListener

All Known Implementing Classes:
SessionDownEventMulticaster

public interface SessionDownListener
extends java.util.EventListener

The SessionDownListener interface is an event set listener interface for the sessionDown feature.


Method Summary
 void sessionDown(SessionDownEvent event)
          Invoked when session is down.
 

Method Detail

sessionDown

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