Interface SystemOfMeasurement.SoMChangeListener

  • All Known Implementing Classes:
    GpxDrawHelper, MapStatus
    Enclosing class:
    SystemOfMeasurement
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface SystemOfMeasurement.SoMChangeListener
    Interface to notify listeners of the change of the system of measurement.
    Since:
    8554, 10600 (functional interface)
    • Method Detail

      • systemOfMeasurementChanged

        void systemOfMeasurementChanged​(java.lang.String oldSoM,
                                        java.lang.String newSoM)
        The current SoM has changed.
        Parameters:
        oldSoM - The old system of measurement
        newSoM - The new (current) system of measurement