public abstract class GraphSelectionEvent extends IlEventObject
IlpGraphSelectionModel
.EquipmentSelectionListener
,
NetworkSelectionListener
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
GraphSelectionEvent.Type
Event type
|
source
Modifier | Constructor and Description |
---|---|
protected |
GraphSelectionEvent(IlpGraphSelectionModel source,
GraphSelectionEvent.Type type,
IlpRepresentationObject[] objects)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject[] |
getObjects()
Returns the objects concerning the event.
|
String |
toString()
Converts the object into a human-readable format.
|
getType
getSource
protected GraphSelectionEvent(IlpGraphSelectionModel source, GraphSelectionEvent.Type type, IlpRepresentationObject[] objects)
source
- The selection model.type
- OBJECTS_SELECTED
or
OBJECTS_DESELECTED
.objects
- The objects that have been added (selected) or
removed (deselected).public IlpRepresentationObject[] getObjects()
public String toString()
toString
in class EventObject
String
format© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.