Interface VertexFocusListener<V>

  • Type Parameters:
    V - the vertex type
    E - the edge type

    public interface VertexFocusListener<V>
    A listener called when a vertex is focused.
    • Method Detail

      • vertexFocused

        void vertexFocused​(V v)