Package adams.flow.core
Interface DataPlotUpdaterSupporter<T extends AbstractDataPlotUpdater>
-
- All Known Subinterfaces:
DataPlotUpdaterHandler<T>
- All Known Implementing Classes:
AbstractMultiView.ViewWrapper,GridView,SequencePlotter,SimplePlot,TabView,TimeseriesDisplay
public interface DataPlotUpdaterSupporter<T extends AbstractDataPlotUpdater>Interface for plots that support updating.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdatePlot()Updates the data container panel regardless, notifying the listeners.
-