public abstract class IlpAbstractEquipmentSelectionModel extends IlpAbstractGraphSelectionModel implements IlpEquipmentSelectionModel
IlpNetworkSelectionModel
interface which handles notification to listeners of the model.
It does not constrain the way the selection model operates.
It is an abstract class. IlpDefaultNetworkSelectionModel
is a
concrete, fully implemented subclass of this class.
helper
Constructor and Description |
---|
IlpAbstractEquipmentSelectionModel()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addEquipmentSelectionListener(EquipmentSelectionListener listener)
Adds a listener that is notified each time a change to this model occurs.
|
void |
fireEquipmentSelectionEvent(EquipmentSelectionEvent event)
Notifies the listeners of a selection model event.
|
void |
removeEquipmentSelectionListener(EquipmentSelectionListener listener)
Removes a listener previously added with
addEquipmentSelectionListener . |
addSelectionListener, fireGraphSelectionEvent, getRepresentationObjectMapper, removeSelectionListener, setRepresentationObjectMapper
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRepresentationObjectMapper, setRepresentationObjectMapper
addSelectionRepresentationObject, clearSelection, getSelectedRepresentationObject, getSelectedRepresentationObjects, isRepresentationObjectSelected, removeSelectionRepresentationObject, removeSelectionRepresentationObjects, setSelectedRepresentationObject, setSelectedRepresentationObjects
addSelectionObject, clearSelection, getSelectedObject, getSelectedObjects, isObjectSelected, removeSelectionObject, setSelectedObject, setSelectedObjects
public IlpAbstractEquipmentSelectionModel()
public void fireEquipmentSelectionEvent(EquipmentSelectionEvent event)
public void addEquipmentSelectionListener(EquipmentSelectionListener listener)
addEquipmentSelectionListener
in interface IlpEquipmentSelectionModel
listener
- The listener to be added.removeEquipmentSelectionListener(EquipmentSelectionListener)
public void removeEquipmentSelectionListener(EquipmentSelectionListener listener)
addEquipmentSelectionListener
.removeEquipmentSelectionListener
in interface IlpEquipmentSelectionModel
listener
- The listener to be removed.addEquipmentSelectionListener(EquipmentSelectionListener)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.