com.supermap.mapping
Interface LayerGroupAddedListener
-
public interface LayerGroupAddedListener
a listener for receiving theLayerGroupAddedEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
layerGroupAdded(LayerGroupAddedEvent event)
Calls this method when adding layer to the group layer finished.
-
-
-
Method Detail
-
layerGroupAdded
void layerGroupAdded(LayerGroupAddedEvent event)
Calls this method when adding layer to the group layer finished.- Parameters:
event
- Indicates the event that added the end of the grouping layer.
-
-