ilog.cpl.network
Class IlpAbstractNetworkSelectionModel
java.lang.Object
ilog.cpl.graph.IlpAbstractGraphSelectionModel
ilog.cpl.network.IlpAbstractNetworkSelectionModel
- All Implemented Interfaces:
- IlpGraphSelectionModel, IlpNetworkSelectionModel, IlpObjectSelectionModel, IlpRepresentationObjectSelectionModel
- Direct Known Subclasses:
- IlpDefaultNetworkSelectionModel
public abstract class IlpAbstractNetworkSelectionModel
- extends IlpAbstractGraphSelectionModel
- implements IlpNetworkSelectionModel
This class is an implementation of the IlpNetworkSelectionModel
interface which handles notification to listeners of the model.
It does not, however, constrain the way the selection model operates.
It is therefore an abstract class. A concrete, fully implemented subclass
is the class IlpDefaultNetworkSelectionModel.
- Since:
- JTGO 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpAbstractNetworkSelectionModel
public IlpAbstractNetworkSelectionModel()
- Constructor.
fireNetworkSelectionEvent
public void fireNetworkSelectionEvent(NetworkSelectionEvent event)
- Notifies the listeners of a selection model event.
addNetworkSelectionListener
public void addNetworkSelectionListener(NetworkSelectionListener listener)
- Adds a listener that is notified each time a change to this model occurs.
- Specified by:
addNetworkSelectionListener in interface IlpNetworkSelectionModel
- Parameters:
listener - The listener to be added.
removeNetworkSelectionListener
public void removeNetworkSelectionListener(NetworkSelectionListener listener)
- Removes a listener previously added with
addNetworkSelectionListener.
- Specified by:
removeNetworkSelectionListener in interface IlpNetworkSelectionModel
- Parameters:
listener - The listener to be removed.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.