com.supermap.data
Interface DatasetGroupRenamingListener
-
- All Superinterfaces:
- java.util.EventListener
public interface DatasetGroupRenamingListener extends java.util.EventListenerA listener used to receive dataset grouping name modification events (DatasetGroupRenamingEvent).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddatasetGroupRenaming(DatasetGroupRenamingEvent event)This method is called before the dataset grouping is renamed.
-
-
-
Method Detail
-
datasetGroupRenaming
void datasetGroupRenaming(DatasetGroupRenamingEvent event)
This method is called before the dataset grouping is renamed.- Parameters:
event- indicates the event in which the dataset grouping is renamed.
-
-