|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.model.event.DataSourceEvent
public class DataSourceEvent
The DataSourceEvent
gives information about changes in the
IDataSource
.
IDataSource
Nested Class Summary | |
---|---|
static class |
DataSourceEvent.EventType
Specifies the type of event. |
Constructor Summary | |
---|---|
DataSourceEvent(IDataSource pDataSource,
IDataBook pDataBook,
DataSourceEvent.EventType pEventType)
Creates a new instance of DataSourceEvent . |
Method Summary | |
---|---|
IDataBook |
getDataBook()
Gets the databook. |
IDataSource |
getDataSource()
Gets the datasource. |
DataSourceEvent.EventType |
getEventType()
Gets the event type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSourceEvent(IDataSource pDataSource, IDataBook pDataBook, DataSourceEvent.EventType pEventType)
DataSourceEvent
.
pDataSource
- the IDataSource
.pDataBook
- the IDataBook
.pEventType
- the event type.Method Detail |
---|
public IDataSource getDataSource()
public IDataBook getDataBook()
public DataSourceEvent.EventType getEventType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |