com.supermap.data

Class DatasetGroupItemAddedEvent

  • java.lang.Object
    • java.util.EventObject
      • com.supermap.data.DatasetGroupItemAddedEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class DatasetGroupItemAddedEvent
    extends java.util.EventObject
    Indicates the event at the end of the dataset added to the dataset grouping.

    This event is triggered after adding a dataset in a dataset grouping.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DatasetGroupItemAddedEvent(java.lang.Object source, java.lang.String datasetName)
      Make a new object of DatasetGroupItemAddedEvent 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.
      • 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

      • DatasetGroupItemAddedEvent

        public DatasetGroupItemAddedEvent(java.lang.Object source,
                                          java.lang.String datasetName)
        Make a new object of DatasetGroupItemAddedEvent 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.