Class AbstractStatusListener
- java.lang.Object
-
- org.bidib.wizard.mvc.main.view.panel.listener.AbstractStatusListener
-
- All Implemented Interfaces:
StatusListener
public abstract class AbstractStatusListener extends Object implements StatusListener
-
-
Constructor Summary
Constructors Constructor Description AbstractStatusListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidqueryBoosterState()Query the booster state.voidswitchedCommandStationOff()Switch the command station to off.voidswitchedCommandStationOn(boolean ignoreWatchDog)Switch the command station to go.voidswitchedCommandStationSoftStop()Switch the command station to soft stop.voidswitchedCommandStationStop()Switch the command station to stop.voidswitchedOff()Switch booster off.voidswitchedOn()Switch booster on.
-
-
-
Method Detail
-
switchedOff
public void switchedOff()
Description copied from interface:StatusListenerSwitch booster off.- Specified by:
switchedOffin interfaceStatusListener
-
switchedOn
public void switchedOn()
Description copied from interface:StatusListenerSwitch booster on.- Specified by:
switchedOnin interfaceStatusListener
-
queryBoosterState
public void queryBoosterState()
Description copied from interface:StatusListenerQuery the booster state.- Specified by:
queryBoosterStatein interfaceStatusListener
-
switchedCommandStationOn
public void switchedCommandStationOn(boolean ignoreWatchDog)
Description copied from interface:StatusListenerSwitch the command station to go.- Specified by:
switchedCommandStationOnin interfaceStatusListener- Parameters:
ignoreWatchDog- ignore watchdog flag
-
switchedCommandStationStop
public void switchedCommandStationStop()
Description copied from interface:StatusListenerSwitch the command station to stop.- Specified by:
switchedCommandStationStopin interfaceStatusListener
-
switchedCommandStationSoftStop
public void switchedCommandStationSoftStop()
Description copied from interface:StatusListenerSwitch the command station to soft stop.- Specified by:
switchedCommandStationSoftStopin interfaceStatusListener
-
switchedCommandStationOff
public void switchedCommandStationOff()
Description copied from interface:StatusListenerSwitch the command station to off.- Specified by:
switchedCommandStationOffin interfaceStatusListener
-
-