javax.infobus
Class DataItemValueChangedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.infobus.DataItemChangeEvent
              |
              +--javax.infobus.DataItemValueChangedEvent

public final class DataItemValueChangedEvent
extends DataItemChangeEvent

Describes a change in a data item's value. If the data item is a collection, a value change is used when no items have been added to or removed from the collection, but one or more existing items has changed its value.

See Also:
Serialized Form

Constructor Summary
DataItemValueChangedEvent(java.lang.Object source, java.lang.Object changedItem, InfoBusPropertyMap propertyMap)
           
 
Methods inherited from class javax.infobus.DataItemChangeEvent
getChangedItem, getProperty, getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataItemValueChangedEvent

public DataItemValueChangedEvent(java.lang.Object source,
                                 java.lang.Object changedItem,
                                 InfoBusPropertyMap propertyMap)