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.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
    • Method Detail

      • getDatasetName

        public java.lang.String getDatasetName()
        Returns the name of the dataset.
        Returns:
        Name of the dataset.
      • setDatasetName

        public void setDatasetName(java.lang.String datasetName)
        Set the name of the dataset.
        Parameters:
        datasetName - The name of the dataset.