Package ghidra.graph.viewer
Interface GraphSatelliteListener
-
public interface GraphSatelliteListener
A listener to get notified of changes to theSatelliteGraphViewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
satelliteVisibilityChanged(boolean docked, boolean visible)
Called when the visibility and/or docked state of the watched satellite changes
-