Class HighlightUpdateListener.HighlightUpdateEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private DataSet dataSet  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataSet getDataSet()
      Get the modified data set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HighlightUpdateEvent

        public HighlightUpdateEvent​(DataSet dataSet)
        Create a new highlight update event.
        Parameters:
        dataSet - The dataset that was changed.
    • Method Detail

      • getDataSet

        public DataSet getDataSet()
        Get the modified data set.
        Returns:
        The data set.