javax.rad.model.event
Interface IDataBookListener

All Known Implementing Classes:
JVxTable

public interface IDataBookListener

The IDataBookListener informs about changes in an IDataBook.

See Also:
IDataBook

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

Method Detail

dataBookChanged

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

Parameters:
pDataBookEvent - gives information about the changed IDataBook.
Throws:
ModelException - if a ModelException occurs.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.