com.supermap.data
Class DatasetGroupItemRemovedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.data.DatasetGroupItemRemovedEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class DatasetGroupItemRemovedEvent extends java.util.EventObject
Indicates the event at the end of the dataset in the deletion dataset grouping.This event is triggered when a dataset in a dataset grouping is deleted.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DatasetGroupItemRemovedEvent(java.lang.Object source, java.lang.String datasetName)
Construct a new object of DatasetGroupItemRemovedEvent based on the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getDatasetName()
Returns the name of the dataset.void
setDatasetName(java.lang.String datasetName)
Set the name of the dataset.
-
-
-
Constructor Detail
-
DatasetGroupItemRemovedEvent
public DatasetGroupItemRemovedEvent(java.lang.Object source, java.lang.String datasetName)
Construct a new object of DatasetGroupItemRemovedEvent based on the given parameters.- Parameters:
source
- object to initiate the event.datasetName
- specifies the name of the dataset.
-
-