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