Interface ConfigVariableListener
public interface ConfigVariableListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommandStationProgStateChanged(org.bidib.jbidibc.messages.enums.CommandStationProgState commandStationProgState) The programming state of the command station has changed.voidcommandStationStateChanged(org.bidib.jbidibc.messages.enums.CommandStationState commandStationState) The state of the command station has changed.
-
Method Details
-
commandStationStateChanged
void commandStationStateChanged(org.bidib.jbidibc.messages.enums.CommandStationState commandStationState) The state of the command station has changed.- Parameters:
commandStationState- the new command station state
-
commandStationProgStateChanged
void commandStationProgStateChanged(org.bidib.jbidibc.messages.enums.CommandStationProgState commandStationProgState) The programming state of the command station has changed.- Parameters:
commandStationProgState- the new programming state
-