public class EquipmentSelectionEvent extends GraphSelectionEvent
IlpEquipmentSelectionModel
.EquipmentSelectionListener
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
EquipmentSelectionEvent.Type
Even types
|
source
Constructor and Description |
---|
EquipmentSelectionEvent(IlpEquipmentSelectionModel source,
EquipmentSelectionEvent.Type type,
IlpRepresentationObject[] objects)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
IlpEquipmentSelectionModel |
getEquipmentSelectionModel()
Returns the selection model to which the event refers to.
|
getObjects, toString
getType
getSource
public EquipmentSelectionEvent(IlpEquipmentSelectionModel source, EquipmentSelectionEvent.Type type, IlpRepresentationObject[] objects)
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).public IlpEquipmentSelectionModel getEquipmentSelectionModel()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.