ilog.cpl.datasource
Class DataSourceManagerEvent
java.lang.Object
java.util.EventObject
ilog.util.IlEventObject
ilog.cpl.datasource.DataSourceManagerEvent
- All Implemented Interfaces:
- Serializable
public class DataSourceManagerEvent
- extends IlEventObject
Data source manager event.
These events are sent to interested listeners whenever a data source is
explicitly added or removed from a data source manager.
- Since:
- JTGO 4.0
- See Also:
IlpMutableDataSourceManager,
Serialized Form
DataSourceManagerEvent
public DataSourceManagerEvent(IlEventType type,
IlpDataSourceManager manager,
IlpDataSource ds)
- Constructor for add/remove events.
- Parameters:
type - Event type, either
DataSourceManagerEvent.Type.DataSourceAdded
or DataSourceManagerEvent.Type.DataSourceRemovedmanager - Datasource managerds - Datasource that has been added or removed
getDataSource
public IlpDataSource getDataSource()
- Returns the
IlpDataSource that has been created or removed.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.