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