public class DataSourceEvent extends IlEventObject
Modifier and Type | Class and Description |
---|---|
static class |
DataSourceEvent.Type
Event types.
|
source
Constructor and Description |
---|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource)
Constructor for batch events.
|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
IlpObject object)
Constructor for add/remove events.
|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
List<IlpObject> objects)
Constructor for add/remove events.
|
Modifier and Type | Method and Description |
---|---|
List<IlpObject> |
getObjects()
Returns the
IlpObject s that have been created or removed. |
getType
getSource, toString
public DataSourceEvent(IlEventType type, IlpDataSource dataSource, List<IlpObject> objects)
type
- Event typedataSource
- Datasource that has been changedobjects
- List of IlpObject
that have
been added or removed.public DataSourceEvent(IlEventType type, IlpDataSource dataSource, IlpObject object)
type
- Event type, either DataSourceEvent.Type.ObjectsAdded
or DataSourceEvent.Type.ObjectsRemoved
dataSource
- Datasource that has been changedobject
- IlpObject
that has been
added or removedpublic DataSourceEvent(IlEventType type, IlpDataSource dataSource)
type
- Event type, either DataSourceEvent.Type.BatchStarted
of DataSourceEvent.Type.BatchEnded
dataSource
- Datasource that is being changed© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.