Module omix.api

Interface DatasetChangeListener

All Known Subinterfaces:
ChartChangeListener
All Known Implementing Classes:
AbstractCategoryChart, AbstractComposedXYDataset, AbstractMultiplePieChart, AbstractPieChart, AbstractStackableChart, AbstractTableXYDataset, AbstractXYChart, AbstractXYZChart, AreaChart, BarChart, BarChart3D, BubbleChart, Chart, ColumnChart, ColumnChart3D, ComposedCategoryDataset, ComposedDataset, ComposedXYDataset, ComposedXYZDataset, LineChart, LineChart3D, MultiplePieChart, MultiplePieChart3D, MultipleRingChart, PieChart, PieChart3D, RingChart, ScatterPlot, TableCategoryDataset, TableDataset, TableXYDataset, TableXYZDataset, XYAreaChart, XYCurveChart, XYLineChart

@OVLInaccessible
public interface DatasetChangeListener
This interface represents a listener for dataset changes. Every time, the dataset content changes, the listener is notified.
Since:
Omix 1.8.6
Author:
Dr. Peter Droste
See Also:
Dataset.addDatasetChangeListener(DatasetChangeListener), Dataset.removeDatasetChangeListener(DatasetChangeListener)
  • Method Summary

    Modifier and Type Method Description
    void datasetChanged()
    This method is called when the dataset of a chart is changed or the data within the dataset changes.
  • Method Details

    • datasetChanged

      @OVLInaccessible void datasetChanged()
      This method is called when the dataset of a chart is changed or the data within the dataset changes.