javax.rad.model.event
Interface IDataRowListener

All Known Implementing Classes:
JVxTable

public interface IDataRowListener

The IDataRowListener is used to inform about changes in the IDataRow with setValue or setValues.

See Also:
IDataRow

Method Summary
 void valuesChanged(DataRowEvent pDataRowEvent)
          Notifies that values on an IDataRow are changed.
 

Method Detail

valuesChanged

void valuesChanged(DataRowEvent pDataRowEvent)
                   throws ModelException
Notifies that values on an IDataRow are changed.

Parameters:
pDataRowEvent - gives information about the changed IDataRow, the changed columns and the original IDataRow.
Throws:
ModelException - if a ModelException occurs.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.