Interface VertexFocusListener<V>

Type Parameters:
V - the vertex type

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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • vertexFocused

      void vertexFocused(V v)