com.supermap.data
Class DatasetGroupCreatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.data.DatasetGroupCreatedEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class DatasetGroupCreatedEvent extends java.util.EventObject
Indicates the end of the dataset grouping creation event.This event is triggered after the dataset grouping is created.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DatasetGroupCreatedEvent(java.lang.Object source, java.lang.String datasetGroupName)
Construct a new object of DatasetGroupCreatedEvent based on the specified parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getDatasetGroupName()
Returns the name of the dataset grouping.
-
-
-
Constructor Detail
-
DatasetGroupCreatedEvent
public DatasetGroupCreatedEvent(java.lang.Object source, java.lang.String datasetGroupName)
Construct a new object of DatasetGroupCreatedEvent based on the specified parameters.- Parameters:
source
- object to initiate the event.datasetGroupName
- specifies the name of the dataset grouping.
-
-