Interface ControllerListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ApproximationSetPlot
,DiagnosticTool
,EmptyPlot
,LinePlot
,ResultPlot
Listens for events fired by the controller. See
ControllerEvent
for details on the type of events which can
be fired.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked by the controller to indicate its state changed.
-
Method Details
-
controllerStateChanged
Invoked by the controller to indicate its state changed. TheControllerEvent
indicates the type of event which has occurred.- Parameters:
event
- details of the controller event
-