Interface LineOfSightPane.AGLChangeListener

Enclosing class:
LineOfSightPane

public static interface LineOfSightPane.AGLChangeListener
Define a callback so other data structures can be updated when one of the AGL sliders is manually updated by the user.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    aglChanged(LineOfSightPane pane, boolean isStart, float newAglValue)
    Report whem am AGL slider is manually updated.
  • Method Details

    • aglChanged

      void aglChanged(LineOfSightPane pane, boolean isStart, float newAglValue)
      Report whem am AGL slider is manually updated.
      Parameters:
      pane - LineOfSightPane that provided the update
      isStart - boolean true if it is the starting AGL that was changed, false if the ending AGL changed
      newAglValue - the new AGL value from the slider in the current small DistanceUnit