Interface DestinationReachedListener


public interface DestinationReachedListener

This interface should be implemented in order to receive notifications from this class about the arrival at the destination.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the destination has been reached.
  • Method Details

    • onDestinationReached

      void onDestinationReached()

      Called when the destination has been reached.