javax.rad.model.event
Interface IDataBookListener

All Known Implementing Classes:
JVxTable

public interface IDataBookListener

The IDataBookListener informs about changes in the IDataBook.

See Also:
IDataBook

Method Summary
 void dataBookChanged(DataBookEvent pDataBookEvent)
          Notifies that the IDataBook is changed.
 

Method Detail

dataBookChanged

void dataBookChanged(DataBookEvent pDataBookEvent)
                     throws ModelException
Notifies that the IDataBook is changed.

Parameters:
pDataBookEvent - gives information about the changed IDataBook, the type of change and the original IDataRow.
Throws:
ModelException - if a ModelException occurs.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.