com.supermap.mapping
Interface LayerAddedListener
-
public interface LayerAddedListenerThe listener used to receive theLayerAddedEventevent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidlayerAdded(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.
-
-