com.ibm.dse.services.comms
Class ConversationNotEstablishedEvent

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

public class ConversationNotEstablishedEvent
extends java.util.EventObject

The ConversationNotEstablishedEvent class supports the com.ibm.dse.services.ConversationNotEstablishedListener interface.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConversationNotEstablishedEvent(java.lang.Object source)
          Signaled when conversation with partner 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

ConversationNotEstablishedEvent

public ConversationNotEstablishedEvent(java.lang.Object source)
Signaled when conversation with partner not established.
Parameters:
source - java.lang.Object