Interface MainLayerManager.ActiveLayerChangeListener

    • Method Detail

      • activeOrEditLayerChanged

        void activeOrEditLayerChanged​(MainLayerManager.ActiveLayerChangeEvent e)
        Called whenever the active or edit layer changed.

        You can be sure that this layer is still contained in this set.

        Listeners are called in the EDT thread and you can manipulate the layer manager in the current thread.

        Parameters:
        e - The change event.