Interface StatusListener
-
- All Known Implementing Classes:
AbstractStatusListener
public interface StatusListener
-
-
Method Summary
All Methods Instance Methods Abstract 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
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.
-
-