jve.generated
Interface IRowsDataObject.RowChangeListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
IRowsDataObject

public static interface IRowsDataObject.RowChangeListener
extends java.util.EventListener

Interface used to register for row change notification.


Method Summary
 void rowChange(IRowsDataObject.RowChangeEvent evt)
          rowChange is called when the value of a particular row is changed, or if the value of all rows are changed.
 

Method Detail

rowChange

public void rowChange(IRowsDataObject.RowChangeEvent evt)
rowChange is called when the value of a particular row is changed, or if the value of all rows are changed.

Parameters:
evt - the RowChangeEvent