Package ghidra.graph.viewer.edge
Interface PathHighlightListener
public interface PathHighlightListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pathHighlightChanged
(boolean hoverChange) Called when the a path is highlighted.
-
Method Details
-
pathHighlightChanged
void pathHighlightChanged(boolean hoverChange) Called when the a path is highlighted.- Parameters:
hoverChange
- true if the change path is hover change; false if the changed path is a selection change
-