com.javaparts.dde
Class DDEEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.javaparts.dde.DDEEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AsyncCompletedEvent, ItemChangedEvent

public class DDEEvent
extends java.util.EventObject

The DDEEvent class encapsulates information about the conversation with DDE server and servers as a base class for all other DDE events.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DDEEvent(Conversation conv)
          Creates a new instance of DDEEvent.
 
Method Summary
 Conversation getConversation()
          Get Conversation object associated with this event.
 
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

DDEEvent

public DDEEvent(Conversation conv)
Creates a new instance of DDEEvent.

Method Detail

getConversation

public Conversation getConversation()
Get Conversation object associated with this event.

Returns:
conversation object associated with this event