Interface ControllerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ActionFactory, ApproximationSetPlot, DiagnosticTool, EmptyPlot, LinePlot, ResultPlot

public interface ControllerListener extends EventListener
Listens for events fired by the controller. See ControllerEvent for details on the type of events which can be fired.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked by the controller to indicate its state changed.
  • Method Details

    • controllerStateChanged

      void controllerStateChanged(ControllerEvent event)
      Invoked by the controller to indicate its state changed. The ControllerEvent indicates the type of event which has occurred.
      Parameters:
      event - details of the controller event