Interface LocationModeListener


public interface LocationModeListener
A listener added to a LocationMode. The listener gets informed if the apply method is called.
Author:
Benjamin Sigg
  • Method Details

    • applyStarting

      void applyStarting(LocationModeEvent event)
      Called by a LocationMode right before the apply method starts.
      Parameters:
      event - detailed information about the event
    • applyDone

      void applyDone(LocationModeEvent event)
      Called by a LocationMode after the apply method has done its work.
      Parameters:
      event - detailed information about the event