com.supermap.data

Class DatasetGroupChangedEvent

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


    public class DatasetGroupChangedEvent
    extends java.util.EventObject
    An event that indicates the end of the dataset grouping change.

    After the dataset grouping is changed, the event is triggered by refreshing the subgrouping.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DatasetGroupChangedEvent(java.lang.Object source, DatasetGroup datasetGroup)
      Construct a new object of DatasetGroupChangedEvent according to the specified parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      DatasetGroup getDatasetGroup()
      Returns dataset grouping
      • 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

      • DatasetGroupChangedEvent

        public DatasetGroupChangedEvent(java.lang.Object source,
                                        DatasetGroup datasetGroup)
        Construct a new object of DatasetGroupChangedEvent according to the specified parameters.
        Parameters:
        source - object to initiate the event.
        datasetGroup - specifies the dataset grouping.
    • Method Detail

      • getDatasetGroup

        public DatasetGroup getDatasetGroup()
        Returns dataset grouping
        Returns:
        Dataset grouping