javax.rad.model.event
Interface IDataRowListener
- All Known Implementing Classes:
- JVxTable
public interface IDataRowListener
The IDataRowListener is used to inform about changes in the
IDataBook, via IDataRow.setValue(String, Object) or
IDataRow.setValues(String[], Object[]).
- See Also:
IDataRow
valuesChanged
void valuesChanged(DataRowEvent pDataRowEvent)
throws Throwable
- Notifies that values on an
IDataBook are changed.
- Parameters:
pDataRowEvent - gives information about the changed IDataBook.
- Throws:
Throwable - if an exception occurs.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.