com.supermap.data
Class DatasetGroupDeletedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.data.DatasetGroupDeletedEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class DatasetGroupDeletedEvent extends java.util.EventObject
Indicates the end of the dataset grouping deletion.This event is triggered when a dataset group is deleted.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DatasetGroupDeletedEvent(java.lang.Object source, java.lang.String datasetGroupName)
Construct a new object of DatasetGroupDeletedEvent according to 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
-
DatasetGroupDeletedEvent
public DatasetGroupDeletedEvent(java.lang.Object source, java.lang.String datasetGroupName)
Construct a new object of DatasetGroupDeletedEvent according to the specified parameters.- Parameters:
source
- object to initiate the event.datasetGroupName
- specifies the name of the dataset grouping.
-
-