Package jcckit.plot
Interface PlotListener
-
- All Known Implementing Classes:
GraphicsPlotCanvas
,PlotCanvas
public interface PlotListener
Listener for changes of plots, diagrams, and charts.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
plotChanged(PlotEvent event)
Receives the specified plot event.
-
-
-
Method Detail
-
plotChanged
void plotChanged(PlotEvent event)
Receives the specified plot event.
-
-