Package | Description |
---|---|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Method and Description |
---|---|
void |
MainLayerManager.LayerAvailabilityListener.afterLastLayerRemoved(MainLayerManager.LayerAvailabilityEvent e)
This method is called in the UI thread after the last layer was removed.
|
void |
MainLayerManager.LayerAvailabilityListener.beforeFirstLayerAdded(MainLayerManager.LayerAvailabilityEvent e)
This method is called in the UI thread right before the first layer is added.
|