Package javax.rad.model.event

Contains all model event classes and interfaces.

See:
          Description

Interface Summary
IDataBookListener The IDataBookListener informs about changes in an IDataBook.
IDataRowListener The IDataRowListener is used to inform about changes in the IDataBook, via IDataRow.setValue(String, Object) or IDataRow.setValues(String[], Object[]).
IDataSourceListener The IDataSourceListener is used to inform about changes in the IDataBook.
IReadOnlyChecker The IReadOnlyChecker allows to define a specific value as readonly.
IRowCalculator The IRowCalculator is used for calculating/providing data dynamically at runtime, without firing associated events (for example IDataRow.eventValuesChanged()).
 

Class Summary
DataBookEvent The DataBookEvent gives information about changes in the IDataBook.
DataBookHandler The DataBookHandler is a ModelEventHandler that handles IDataBookListener.
DataRowEvent The DataRowEvent gives information about changes in the IDataRow.
DataRowHandler The DataRowHandler is a ModelEventHandler that handles IDataRowListener.
DataSourceEvent The DataSourceEvent gives information about changes in the IDataSource.
DataSourceHandler The DataSourceHandler is a RuntimeEventHandler that handles IDataSourceListener.
ModelEventHandler<L> The ModelEventHandler is a EventHandler that handles Events, and throws ModelExceptions.
 

Enum Summary
DataBookEvent.ChangedType Specifies the type of change.
DataSourceEvent.EventType Specifies the type of event.
 

Package javax.rad.model.event Description

Contains all model event classes and interfaces.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.