ilog.cpl.datasource
Class AdapterEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.util.IlEventObject
          extended by ilog.cpl.datasource.AdapterEvent
All Implemented Interfaces:
Serializable

public class AdapterEvent
extends IlEventObject

Adapter event.

Since:
JTGO 3.0
See Also:
Serialized Form

Nested Class Summary
static class AdapterEvent.Type
          Event types.
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AdapterEvent(IlEventType type, IlpAbstractAdapter adapter, IlpRepresentationObject representationObject)
          Constructor for add/remove events.
AdapterEvent(IlEventType type, IlpAbstractAdapter adapter, List representationObjects)
          Constructor for add/remove events.
 
Method Summary
 List getRepresentationObjects()
          Returns the IlpRepresentationObject instances that have been created or removed.
 
Methods inherited from class ilog.util.IlEventObject
getType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdapterEvent

public AdapterEvent(IlEventType type,
                    IlpAbstractAdapter adapter,
                    List representationObjects)
Constructor for add/remove events.

Parameters:
type - Event type
adapter - Adapter that is being modified
representationObjects - 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 type
adapter - Adapter that is being modified
representationObject - Object that has been added or removed
Method Detail

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.