|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.javaparts.dde.DDEEvent
The DDEEvent class encapsulates information about the conversation with DDE server and servers as a base class for all other DDE events.
| 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 |
public DDEEvent(Conversation conv)
| Method Detail |
public Conversation getConversation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||