Interface BoosterTableControllerListener
- All Known Implementing Classes:
BoosterTableController
public interface BoosterTableControllerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBoosterState(org.bidib.wizard.api.model.NodeInterface node, org.bidib.wizard.model.status.BoosterStatus boosterStatus) Set the new booster state.voidsetCommandStationState(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 nodeboosterStatus- 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 nodecsStatus- the new command station status
-