public static interface MainLayerManager.LayerAvailabilityListener
Modifier and Type | Method and Description |
---|---|
void |
afterLastLayerRemoved(MainLayerManager.LayerAvailabilityEvent e)
This method is called in the UI thread after the last layer was removed.
|
void |
beforeFirstLayerAdded(MainLayerManager.LayerAvailabilityEvent e)
This method is called in the UI thread right before the first layer is added.
|
void beforeFirstLayerAdded(MainLayerManager.LayerAvailabilityEvent e)
e
- The event.void afterLastLayerRemoved(MainLayerManager.LayerAvailabilityEvent e)
e
- The event.