com.supermap.mapping
Interface LayerAddedListener
-
public interface LayerAddedListener
The listener used to receive theLayerAddedEvent
event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
layerAdded(LayerAddedEvent event)
It will be triggered after a layer is added.
-
-
-
Method Detail
-
layerAdded
void layerAdded(LayerAddedEvent event)
It will be triggered after a layer is added.- Parameters:
event
- Indicates the event that the layer was added.
-
-