/**
* Constructor
*/
public StartStopController(ApplicationController applicationController) {
this.view = new StartStopView(this);
this.applicationController = applicationController;
PeriodicRefreshUpdater.getInstance().add(this);
inError = false;
state = readScanState();
updateView();