Interface StatusListener
- All Known Implementing Classes:
AbstractStatusListener
public interface StatusListener
-
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.
-
Method Details
-
switchedOff
void switchedOff()Switch booster off. -
switchedOn
void switchedOn()Switch booster on. -
queryBoosterState
void queryBoosterState()Query the booster state. -
switchedCommandStationOn
void switchedCommandStationOn(boolean ignoreWatchDog) Switch the command station to go.- Parameters:
ignoreWatchDog- ignore watchdog flag
-
switchedCommandStationStop
void switchedCommandStationStop()Switch the command station to stop. -
switchedCommandStationSoftStop
void switchedCommandStationSoftStop()Switch the command station to soft stop. -
switchedCommandStationOff
void switchedCommandStationOff()Switch the command station to off.
-