ilog.cpl.equipment
Interface IlpEquipmentSelectionModel

All Superinterfaces:
IlpGraphSelectionModel, IlpObjectSelectionModel, IlpRepresentationObjectSelectionModel
All Known Implementing Classes:
IlpAbstractEquipmentSelectionModel, IlpDefaultEquipmentSelectionModel

public interface IlpEquipmentSelectionModel
extends IlpGraphSelectionModel

This model gives access to and maintains the selected object in an IlpEquipmentView.

Since:
JTGO 3.0
See Also:
IlpEquipment.getSelectionModel(), IlpEquipment.setSelectionModel(ilog.cpl.equipment.IlpEquipmentSelectionModel)

Method Summary
 void addEquipmentSelectionListener(EquipmentSelectionListener listener)
          Adds a listener that is notified each time a change to this model occurs.
 void removeEquipmentSelectionListener(EquipmentSelectionListener listener)
          Removes a listener previously added with addEquipmentSelectionListener.
 
Methods inherited from interface ilog.cpl.graph.IlpGraphSelectionModel
getRepresentationObjectMapper, setRepresentationObjectMapper
 
Methods inherited from interface ilog.cpl.util.selection.IlpRepresentationObjectSelectionModel
addSelectionRepresentationObject, clearSelection, getSelectedRepresentationObject, getSelectedRepresentationObjects, isRepresentationObjectSelected, removeSelectionRepresentationObject, removeSelectionRepresentationObjects, setSelectedRepresentationObject, setSelectedRepresentationObjects
 
Methods inherited from interface ilog.cpl.util.selection.IlpObjectSelectionModel
addSelectionObject, clearSelection, getSelectedObject, getSelectedObjects, isObjectSelected, removeSelectionObject, setSelectedObject, setSelectedObjects
 

Method Detail

addEquipmentSelectionListener

void addEquipmentSelectionListener(EquipmentSelectionListener listener)
Adds a listener that is notified each time a change to this model occurs.

Parameters:
listener - The listener to be added.

removeEquipmentSelectionListener

void removeEquipmentSelectionListener(EquipmentSelectionListener listener)
Removes a listener previously added with addEquipmentSelectionListener.

Parameters:
listener - The listener to be removed.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.