Package ghidra.graph.viewer
Interface GraphSatelliteListener
public interface GraphSatelliteListener
A listener to get notified of changes to the
SatelliteGraphViewer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
satelliteVisibilityChanged
(boolean docked, boolean visible) Called when the visibility and/or docked state of the watched satellite changes
-
Method Details
-
satelliteVisibilityChanged
void satelliteVisibilityChanged(boolean docked, boolean visible) Called when the visibility and/or docked state of the watched satellite changes- Parameters:
docked
- true if the satellite is now dockedvisible
- true if the satellite is now visible
-