ilog.cpl.network
Interface IlpNetworkSelectionModel
- All Superinterfaces:
- IlpGraphSelectionModel, IlpObjectSelectionModel, IlpRepresentationObjectSelectionModel
- All Known Implementing Classes:
- IlpAbstractNetworkSelectionModel, IlpDefaultNetworkSelectionModel
public interface IlpNetworkSelectionModel
- extends IlpGraphSelectionModel
This model gives access to and maintains the selected object in an
IlpNetworkView.
- Since:
- JTGO 3.0
- See Also:
IlpNetwork.getSelectionModel(),
IlpNetwork.setSelectionModel(ilog.cpl.network.IlpNetworkSelectionModel)
addNetworkSelectionListener
void addNetworkSelectionListener(NetworkSelectionListener listener)
- Adds a listener that is notified each time a change to this model occurs.
- Parameters:
listener - The listener to be added.
removeNetworkSelectionListener
void removeNetworkSelectionListener(NetworkSelectionListener listener)
- Removes a listener previously added with
addNetworkSelectionListener.
- Parameters:
listener - The listener to be removed.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.