Interface MoveObjectListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MoveObjectListener
This interface allows the GUI's moveObject() method to report to the back-end when an APRS Object has had its geographical position changed, without using any GUI-implementation-dependent methods.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    moveFinished(boolean wasSuccessful)
    The move operation completed.
  • Method Details

    • moveFinished

      void moveFinished(boolean wasSuccessful)
      The move operation completed.
      Parameters:
      wasSuccessful - boolean true if the move was successful and should be committed, or false if the move was cancelled or aborted