@FunctionalInterface public static interface MainLayerManager.ActiveLayerChangeListener
Modifier and Type | Method and Description |
---|---|
void |
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
Called whenever the active or edit layer changed.
|
void activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
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.
e
- The change event.