com.javaparts.dde
Class ItemChangedEvent
java.lang.Object
java.util.EventObject
com.javaparts.dde.DDEEvent
com.javaparts.dde.ItemChangedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ItemChangedEvent
- extends DDEEvent
This event is fired when hot item value changes.
- See Also:
startAdvice,
Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Method Summary |
java.lang.String |
getItemName()
Hot item name that was changed. |
byte[] |
getItemValue()
New value of the hot item that was changed. |
| 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 |
ItemChangedEvent
public ItemChangedEvent(Conversation conv,
java.lang.String itemName,
byte[] itemValue)
- Create new instance of the Event.
- Parameters:
conv - conversation object that initiated this asynchronous transactionitemName - hot item nameitemValue - hot item new value
getItemName
public java.lang.String getItemName()
- Hot item name that was changed.
getItemValue
public byte[] getItemValue()
- New value of the hot item that was changed.