com.ibm.dse.services.comms
Class SessionNotEstablishedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.services.comms.SessionNotEstablishedEvent

public class SessionNotEstablishedEvent
extends java.util.EventObject

The SessionNotEstablishedEvent class supports the com.ibm.dse.services.SessionNotEstablishedListener interface.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SessionNotEstablishedEvent(java.lang.Object source)
          Signaled when session not established.
 
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
 

Constructor Detail

SessionNotEstablishedEvent

public SessionNotEstablishedEvent(java.lang.Object source)
Signaled when session not established.
Parameters:
source - java.lang.Object