Interface BoosterTableControllerListener

All Known Implementing Classes:
BoosterTableController

public interface BoosterTableControllerListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBoosterState(org.bidib.wizard.api.model.NodeInterface node, org.bidib.wizard.model.status.BoosterStatus boosterStatus)
    Set the new booster state.
    void
    setCommandStationState(org.bidib.wizard.api.model.NodeInterface node, org.bidib.jbidibc.messages.enums.CommandStationState csStatus)
    Set the new command station state.
  • Method Details

    • setBoosterState

      void setBoosterState(org.bidib.wizard.api.model.NodeInterface node, org.bidib.wizard.model.status.BoosterStatus boosterStatus)
      Set the new booster state.
      Parameters:
      node - the node
      boosterStatus - the new booster status
    • setCommandStationState

      void setCommandStationState(org.bidib.wizard.api.model.NodeInterface node, org.bidib.jbidibc.messages.enums.CommandStationState csStatus)
      Set the new command station state.
      Parameters:
      node - the node
      csStatus - the new command station status