Package jcckit.plot

Interface PlotListener

All Known Implementing Classes:
GraphicsPlotCanvas, PlotCanvas

public interface PlotListener
Listener for changes of plots, diagrams, and charts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives the specified plot event.
  • Method Details

    • plotChanged

      void plotChanged(PlotEvent event)
      Receives the specified plot event.