com.javaparts.dde
Class ItemChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.javaparts.dde.DDEEvent
          extended bycom.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ItemChangedEvent(Conversation conv, java.lang.String itemName, byte[] itemValue)
          Create new instance of the Event.
 
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 com.javaparts.dde.DDEEvent
getConversation
 
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

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 transaction
itemName - hot item name
itemValue - hot item new value
Method Detail

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.