public class GuiController extends Object
BeagleController
and updates the
GUI.Constructor and Description |
---|
GuiController(BeagleController beagleController)
Constructs a new
GuiController using components as the default
components to be measured. |
Modifier and Type | Method and Description |
---|---|
void |
abortRequested()
Callback to report that the user requested to abort the analysis.
|
void |
analysisFinished()
Reports that the analysis has ended.
|
void |
analysisStarted()
Reports that the analysis has started.
|
void |
continueRequested()
Callback to report that the user requested to resume the analysis.
|
void |
pauseRequested()
Callback to report that the user requested to pause the analysis.
|
void |
preparingAnalysis()
Reports that the analysis is being prepared.
|
public GuiController(BeagleController beagleController)
GuiController
using components
as the default
components to be measured.beagleController
- The BeagleController
to use.public void preparingAnalysis()
public void analysisStarted()
preparingAnalysis()
has been called.public void analysisFinished()
analysisStarted()
has been called.public void pauseRequested()
analysisStarted()
has been called.public void abortRequested()
analysisStarted()
has been called.public void continueRequested()
analysisStarted()
has been called.