Class VerticesUpdateManager.VerticesUpdateEvent

  • Enclosing interface:
    VerticesUpdateManager

    public static class VerticesUpdateManager.VerticesUpdateEvent
    extends java.lang.Object
    • Constructor Detail

      • VerticesUpdateEvent

        public VerticesUpdateEvent​(java.util.Set<VertexRef> vertexRefs,
                                   TopologyServiceClient source,
                                   boolean displayingAllVertices)
        Parameters:
        vertexRefs - The vertices currently selected.
        source - The source of the event.
        displayingAllVertices - If all vertices are selected this should be true.
    • Method Detail

      • getVertexRefs

        public java.util.Set<VertexRef> getVertexRefs()
      • allVerticesSelected

        public boolean allVerticesSelected()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object