javax.infobus
Class RowsetCursorMovedEvent

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

public final class RowsetCursorMovedEvent
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
RowsetCursorMovedEvent(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

RowsetCursorMovedEvent

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