org.ka2ddo.yaac.core
Interface MoveObjectListener


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.


Method Summary
 void moveFinished(boolean wasSuccessful)
          The move operation completed.
 

Method Detail

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