ilog.cpl.graph
Class GraphSelectionEvent
java.lang.Object
java.util.EventObject
ilog.util.IlEventObject
ilog.cpl.graph.GraphSelectionEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EquipmentSelectionEvent, NetworkSelectionEvent
public abstract class GraphSelectionEvent
- extends IlEventObject
This class describes a change in the set of selected objects
managed by an IlpGraphSelectionModel.
- Since:
- JTGO 4.0
- See Also:
EquipmentSelectionListener,
NetworkSelectionListener,
Serialized Form
GraphSelectionEvent
protected GraphSelectionEvent(IlpGraphSelectionModel source,
GraphSelectionEvent.Type type,
IlpRepresentationObject[] objects)
- Creates an event.
- Parameters:
source - The selection model.type - OBJECTS_SELECTED or
OBJECTS_DESELECTED.objects - The objects that have been added (selected) or
removed (deselected).
getObjects
public IlpRepresentationObject[] getObjects()
- Returns the objects concerning the event.
toString
public String toString()
- Overrides:
toString in class EventObject
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.