Package org.moeaframework.util.mvc
Interface ControllerListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ApproximationSetPlot,DiagnosticTool,EmptyPlot,ExampleUI,LinePlot,ResultPlot,RuntimeViewer
Listens for events fired by the controller. See
ControllerEvent for details on the type of events which can
be fired.-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked by the controller to indicate its state changed.
-
Method Details
-
controllerStateChanged
Invoked by the controller to indicate its state changed.- Parameters:
event- details of the controller event
-