protected class JosmAction.ActiveLayerChangeAdapter extends java.lang.Object implements MainLayerManager.ActiveLayerChangeListener
| Modifier | Constructor and Description |
|---|---|
protected |
ActiveLayerChangeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
Called whenever the active or edit layer changed.
|
java.lang.String |
toString() |
protected ActiveLayerChangeAdapter()
public void activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
MainLayerManager.ActiveLayerChangeListenerYou 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.
activeOrEditLayerChanged in interface MainLayerManager.ActiveLayerChangeListenere - The change event.public java.lang.String toString()
toString in class java.lang.Object