public class DataSourceManagerEvent extends IlEventObject
These events are sent to interested listeners whenever a data source is explicitly added or removed from a data source manager.
IlpMutableDataSourceManager
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
DataSourceManagerEvent.Type
Event types.
|
source
Constructor and Description |
---|
DataSourceManagerEvent(IlEventType type,
IlpDataSourceManager manager,
IlpDataSource ds)
Constructor for add/remove events.
|
Modifier and Type | Method and Description |
---|---|
IlpDataSource |
getDataSource()
Returns the
IlpDataSource that has been created or removed. |
getType
getSource, toString
public DataSourceManagerEvent(IlEventType type, IlpDataSourceManager manager, IlpDataSource ds)
type
- Event type, either
DataSourceManagerEvent.Type.DataSourceAdded
or DataSourceManagerEvent.Type.DataSourceRemoved
manager
- Datasource managerds
- Datasource that has been added or removedpublic IlpDataSource getDataSource()
IlpDataSource
that has been created or removed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.