Class AbstractStatusListener
java.lang.Object
org.bidib.wizard.mvc.main.view.panel.listener.AbstractStatusListener
- All Implemented Interfaces:
StatusListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidQuery the booster state.voidSwitch the command station to off.voidswitchedCommandStationOn(boolean ignoreWatchDog) Switch the command station to go.voidSwitch the command station to soft stop.voidSwitch the command station to stop.voidSwitch booster off.voidSwitch booster on.
-
Constructor Details
-
AbstractStatusListener
public AbstractStatusListener()
-
-
Method Details
-
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
-