|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.model.event.DataBookEvent
public class DataBookEvent
The DataBookEvent
gives information about changes in the
IDataBook
.
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 |
---|
public DataBookEvent(IDataBook pChangedDataBook, DataBookEvent.ChangedType pChangedType, IDataRow pOriginalDataRow)
pChangedDataBook
- the changed IDataBook.pChangedType
- the type of change.pOriginalDataRow
- the old IDataRow.Method Detail |
---|
public IDataBook getChangedDataBook()
public DataBookEvent.ChangedType getChangedType()
public IDataRow getOriginalDataRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |