JIDE 3.5.15

com.jidesoft.chart.model
Interface ChartModelListener

All Known Subinterfaces:
ChartModelChangeListener
All Known Implementing Classes:
AbstractDelegatingChartModel, AnnotatedChartModelAdapter, AverageChartModel, Chart, FilterableChartModel, SamplingModel, SelectableChartModel, SortedChartModel, SummingChartModel, TransformingChartModel, TransposingChartModel, WaterfallModelAdapter

public interface ChartModelListener

This is a very simple interface that indicates a change of some kind in a chart model, without any indication of what the change is. If a chart object receives an event of this kind it will have to redraw the whole chart because it does not know whether points have been added or deleted. It will have to go back to the model and ask all those questions again.

ChartModelChangeListener extends this interface by providing a more information-rich method about what has changed

Author:
Simon White (swhite@catalysoft.com)
See Also:
ChartModelChangeListener

Method Summary
 void chartModelChanged()
          Call-back method to notify the listener that the chart model has changed
 

Method Detail

chartModelChanged

void chartModelChanged()
Call-back method to notify the listener that the chart model has changed


JIDE 3.5.15