Interface MapFrame.MapModeChangeListener

  • All Known Implementing Classes:
    AutoFilterManager, FilterDialog
    Enclosing class:
    MapFrame
    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 MapFrame.MapModeChangeListener
    Interface to notify listeners of the change of the mapMode.
    Since:
    10600 (functional interface)
    • Method Detail

      • mapModeChange

        void mapModeChange​(MapMode oldMapMode,
                           MapMode newMapMode)
        Trigerred when map mode changes.
        Parameters:
        oldMapMode - old map mode
        newMapMode - new map mode