com.ibm.dse.services.comms
Class ConversationDownEvent

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

public class ConversationDownEvent
extends java.util.EventObject

The ConversationDownEvent class supports the com.ibm.dse.services.ConversationDownListener interface.

See Also:
Serialized Form

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

ConversationDownEvent

public ConversationDownEvent(java.lang.Object source)
Signaled when Deallocate conversation received from partner.
Parameters:
source - java.lang.Object