Interface BoosterTableControllerListener
-
- All Known Implementing Classes:
BoosterTableController
public interface BoosterTableControllerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBoosterState(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 Detail
-
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
-
-