com.supermap.data
Interface DatasetGroupRenamedListener
-
- All Superinterfaces:
- java.util.EventListener
public interface DatasetGroupRenamedListener extends java.util.EventListener
A listener used to receive the dataset grouping name modification end event (DatasetGroupRenamedEvent
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
datasetGroupRenamed(DatasetGroupRenamedEvent event)
This method is called after modifying the name of the dataset grouping.
-
-
-
Method Detail
-
datasetGroupRenamed
void datasetGroupRenamed(DatasetGroupRenamedEvent event)
This method is called after modifying the name of the dataset grouping.- Parameters:
event
- specifies the event at which the dataset grouping name is modified.
-
-