Class DdeEvent
java.lang.Object
java.util.EventObject
cl.obcom.desktopfx.dde.DdeEvent
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data of the item of the event.Returns the name of the item the event.getTopic()Returns the DDE Topic of the event.voidsetItemData(String data) Changes the data of the item of the event.Methods inherited from class EventObject
getSource, toString
-
Constructor Details
-
DdeEvent
Constructs a newDdeEventinstance.- Parameters:
topic- the DDE Topic of the event.itemName- the name of the item.- Throws:
IllegalArgumentException- if an argument isnull.
-
-
Method Details
-
getTopic
-
getItemName
Returns the name of the item the event.- Returns:
- the name of the item the event.
-
getItemData
Returns the data of the item of the event.- Returns:
- the data of the item of the event.
-
setItemData
Changes the data of the item of the event.- Parameters:
data- the data of the item of the event.
-