Interface LocationDistanceMeasurement.MeasurementChangedListener

  • All Superinterfaces:
    java.util.EventListener
    Enclosing class:
    LocationDistanceMeasurement

    public static interface LocationDistanceMeasurement.MeasurementChangedListener
    extends java.util.EventListener
    Listener for changes in the distances.
    Since:
    100.3.0
    • Method Detail

      • measurementChanged

        void measurementChanged​(LocationDistanceMeasurement.MeasurementChangedEvent measurementChangedEvent)
        Method called when any of the distances change.
        Parameters:
        measurementChangedEvent - provides the source of the event and the current distances
        Since:
        100.3.0