IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.clientserver
Interface ChannelSessionStateChangedListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CSServer

public interface ChannelSessionStateChangedListener
extends java.util.EventListener

The ChannelSessionStateChangedListener interface extends java.util.EventListener interface.

This is the interface to be used by all objects that require notification when the channel session changes

Any object implementing this interface will have to provide:

  1. - session added
  2. - session removed


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void sessionAdded(ChannelSessionStateChangedEvent anEvent)
          A channel session has been added
 void sessionRemoved(ChannelSessionStateChangedEvent anEvent)
          A channel session has been removed
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

sessionAdded

public void sessionAdded(ChannelSessionStateChangedEvent anEvent)
A channel session has been added

Parameters:
anEvent - com.ibm.btt.clientserver.ChannelSessionStateChangedEvent

sessionRemoved

public void sessionRemoved(ChannelSessionStateChangedEvent anEvent)
A channel session has been removed

Parameters:
anEvent - com.ibm.btt.clientserver.ChannelSessionStateChangedEvent

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005