ilog.cpl.datasource
Class AdapterEvent
java.lang.Object
java.util.EventObject
ilog.util.IlEventObject
ilog.cpl.datasource.AdapterEvent
- All Implemented Interfaces:
- Serializable
public class AdapterEvent
- extends IlEventObject
Adapter event.
- Since:
- JTGO 3.0
- See Also:
- Serialized Form
AdapterEvent
public AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
List representationObjects)
- Constructor for add/remove events.
- Parameters:
type - Event typeadapter - Adapter that is being modifiedrepresentationObjects - List of objects that have been added or removed
AdapterEvent
public AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
IlpRepresentationObject representationObject)
- Constructor for add/remove events.
- Parameters:
type - Event typeadapter - Adapter that is being modifiedrepresentationObject - Object that has been added or removed
getRepresentationObjects
public List getRepresentationObjects()
- Returns the
IlpRepresentationObject instances that have been created or removed.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.