Package ghidra.graph.viewer.vertex
Interface VertexFocusListener<V>
-
- Type Parameters:
V
- the vertex type
public interface VertexFocusListener<V>
A listener called when a vertex is focused.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
vertexFocused(V v)
-
-
-
Method Detail
-
vertexFocused
void vertexFocused(V v)
-
-