com.supermap.data
Interface DatasetGroupItemAddedListener
-
public interface DatasetGroupItemAddedListenerA listener used to receive and add dataset end events (DatasetGroupItemAddedEvent) to a dataset grouping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddatasetGroupItemAdded(DatasetGroupItemAddedEvent event)Called after adding a dataset in a dataset grouping.
-
-
-
Method Detail
-
datasetGroupItemAdded
void datasetGroupItemAdded(DatasetGroupItemAddedEvent event)
Called after adding a dataset in a dataset grouping.- Parameters:
event- indicates that the dataset has added an event.
-
-