Package ghidra.graph.viewer.edge
Interface PathHighlighterWorkPauser
-
public interface PathHighlighterWorkPauserA 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 booleanisPaused()True if work should not happen; false for normal path highlighting operations
-