com.ibm.btt.clientserver
Class ChannelSessionStateChangedEvent
java.lang.Object
java.util.EventObject
com.ibm.btt.clientserver.ChannelSessionStateChangedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ChannelSessionStateChangedEvent
- extends java.util.EventObject
The ChannelSessionStateChangedEvent class
This event is to be sent to all objects that require to be notified of a
change to the channel session. The sessionId must be included in the
event
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
java.lang.String |
getSessionId()
Returns the value of the fieldSessionId property. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChannelSessionStateChangedEvent
public ChannelSessionStateChangedEvent(java.lang.Object source)
- This constructor creates a ChannelSessionStateChangedEvent object.
- Parameters:
source
- java.lang.Object
ChannelSessionStateChangedEvent
public ChannelSessionStateChangedEvent(java.lang.Object source,
java.lang.String sessionId)
- This constructor creates a ChannelSessionStateChangedEvent object.
- Parameters:
source
- java.lang.ObjectsessionId
- java.lang.String
getSessionId
public java.lang.String getSessionId()
- Returns the value of the fieldSessionId property.
- Returns:
- String - The current value of fieldSessionId.
(c) Copyright IBM Corporation 1998, 2009