Interface GraphSatelliteListener


public interface GraphSatelliteListener
A listener to get notified of changes to the SatelliteGraphViewer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 docked
      visible - true if the satellite is now visible