ilog.cpl.datasource
Class DataSourceEvent
java.lang.Object
java.util.EventObject
ilog.util.IlEventObject
ilog.cpl.datasource.DataSourceEvent
- All Implemented Interfaces:
- Serializable
public class DataSourceEvent
- extends IlEventObject
Data source event.
- Since:
- JTGO 3.0
- See Also:
- Serialized Form
DataSourceEvent
public DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
List objects)
- Constructor for add/remove events.
- Parameters:
type - Event typedataSource - Datasource that has been changedobjects - List of IlpObject that have
been added or removed.
DataSourceEvent
public DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
IlpObject object)
- Constructor for add/remove events.
- Parameters:
type - Event type, either DataSourceEvent.Type.ObjectsAdded
or DataSourceEvent.Type.ObjectsRemoveddataSource - Datasource that has been changedobject - IlpObject that has been
added or removed
DataSourceEvent
public DataSourceEvent(IlEventType type,
IlpDataSource dataSource)
- Constructor for batch events.
- Parameters:
type - Event type, either DataSourceEvent.Type.BatchStarted
of DataSourceEvent.Type.BatchEndeddataSource - Datasource that is being changed
getObjects
public List getObjects()
- Returns the
IlpObjects that have been created or removed.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.