Interface StatusListener

All Known Implementing Classes:
AbstractStatusListener

public interface StatusListener
  • 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.