javax.rad.model.event
Class DataBookEvent

java.lang.Object
  extended by javax.rad.model.event.DataBookEvent

public class DataBookEvent
extends Object

The DataBookEvent gives information about changes in the IDataBook.

See Also:
IDataBook

Nested Class Summary
static class DataBookEvent.ChangedType
          Specifies the type of change.
 
Constructor Summary
DataBookEvent(IDataBook pChangedDataBook, DataBookEvent.ChangedType pChangedType, IDataRow pOriginalDataRow)
          Constructs the DataRowEvent.
 
Method Summary
 IDataBook getChangedDataBook()
          Gets the IDataBook that is changed.
 DataBookEvent.ChangedType getChangedType()
          Gets the type of change.
 IDataRow getOriginalDataRow()
          Gets the original IDataRow before change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBookEvent

public DataBookEvent(IDataBook pChangedDataBook,
                     DataBookEvent.ChangedType pChangedType,
                     IDataRow pOriginalDataRow)
Constructs the DataRowEvent.

Parameters:
pChangedDataBook - the changed IDataBook.
pChangedType - the type of change.
pOriginalDataRow - the old IDataRow.
Method Detail

getChangedDataBook

public IDataBook getChangedDataBook()
Gets the IDataBook that is changed.

Returns:
the IDataBook that is changed.

getChangedType

public DataBookEvent.ChangedType getChangedType()
Gets the type of change.

Returns:
the type of change.

getOriginalDataRow

public IDataRow getOriginalDataRow()
Gets the original IDataRow before change.

Returns:
the original IDataRow before change.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.