JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ghidra.graph.viewer.vertex
VertexFocusListener
Contents
Description
Method Summary
Method Details
vertexFocused(V)
Hide sidebar
Show sidebar
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 Details
vertexFocused
void
vertexFocused
(
V
v)