jve.generated
Class IRowsDataObject.RowChangeEvent
java.lang.Object
java.util.EventObject
jve.generated.IRowsDataObject.RowChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- IRowsDataObject
- public static class IRowsDataObject.RowChangeEvent
- extends java.util.EventObject
A RowChangeEvent is fired when the contents of a row changes in the array
maintained by the RowDataObject. If the entire contents of the array is
changed or if the referenced object changes, a RowChangeEvent is fired with
ALL_ROWS as the index.
- See Also:
- Serialized Form
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IRowsDataObject.RowChangeEvent
public IRowsDataObject.RowChangeEvent(java.lang.Object source,
int index,
java.lang.Object oldValue,
java.lang.Object newValue)
- Parameters:
source - for the eventindex - of row that was changedoldValue - newValue -
getIndex
public int getIndex()
getNewValue
public java.lang.Object getNewValue()
getOldValue
public java.lang.Object getOldValue()