javax.rad.model.event
Class DataSourceEvent

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

public class DataSourceEvent
extends java.lang.Object

The DataSourceEvent gives information about changes in the IDataSource.

See Also:
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

DataSourceEvent

public DataSourceEvent(IDataSource pDataSource,
                       IDataBook pDataBook,
                       DataSourceEvent.EventType pEventType)
Creates a new instance of DataSourceEvent.

Parameters:
pDataSource - the IDataSource.
pDataBook - the IDataBook.
pEventType - the event type.
Method Detail

getDataSource

public IDataSource getDataSource()
Gets the datasource.

Returns:
the datasource.

getDataBook

public IDataBook getDataBook()
Gets the databook.

Returns:
the databook.

getEventType

public DataSourceEvent.EventType getEventType()
Gets the event type.

Returns:
the type.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.