onMoveFinished abstract method

void onMoveFinished(
  1. bool completed
)

@brief Called when the move if finished. @param completed determine whether the movement is finished or cancelled

Implementation

void onMoveFinished(bool completed);