All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.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.
- Version:
- $Revision: 1.6 $ $Date: 13 Feb 1998 15:12:36 $
-
RowsetCursorMovedEvent(Object, Object, InfoBusPropertyMap)
-
RowsetCursorMovedEvent
public RowsetCursorMovedEvent(Object source,
Object changedItem,
InfoBusPropertyMap propertyMap)
All Packages Class Hierarchy This Package Previous Next Index