com.ibm.dse.services.comms
Class ConversationEstablishedEvent

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

public class ConversationEstablishedEvent
extends java.util.EventObject

The ConversationEstablishedEvent class supports the com.ibm.dse.services.ConversationEstablishedListener interface.

See Also:
Serialized Form

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

ConversationEstablishedEvent

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