com.ibm.dse.services.comms
Class ConversationClosedEvent

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

public class ConversationClosedEvent
extends java.util.EventObject

The ConversationClosedEvent is the event class that supports the com.ibm.dse.services.ConversationClosedListener interface.

See Also:
Serialized Form

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

ConversationClosedEvent

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