Package ghidra.graph.viewer.edge
Interface PathHighlighterWorkPauser
-
public interface PathHighlighterWorkPauser
A simple boolean supplier that signals if path highlighting work should not take place
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPaused()
True if work should not happen; false for normal path highlighting operations
-