Interface ConfigVariableListener
-
public interface ConfigVariableListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommandStationProgStateChanged(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 Detail
-
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
-
-