public static class VerticesUpdateManager.VerticesUpdateEvent extends Object
Constructor and Description |
---|
VerticesUpdateEvent(Set<VertexRef> vertexRefs,
TopologyServiceClient source) |
VerticesUpdateEvent(Set<VertexRef> vertexRefs,
TopologyServiceClient source,
boolean displayingAllVertices) |
Modifier and Type | Method and Description |
---|---|
boolean |
allVerticesSelected() |
TopologyServiceClient |
getSource() |
Set<VertexRef> |
getVertexRefs() |
String |
toString() |
public VerticesUpdateEvent(Set<VertexRef> vertexRefs, TopologyServiceClient source)
public VerticesUpdateEvent(Set<VertexRef> vertexRefs, TopologyServiceClient source, boolean displayingAllVertices)
vertexRefs
- The vertices currently selected.source
- The source of the event.displayingAllVertices
- If all vertices are selected this should be true.Copyright © 2021. All rights reserved.