Interface ProgCommandListener
public interface ProgCommandListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogCommandStationFinished(org.bidib.jbidibc.messages.enums.CommandStationProgState commandStationProgState) The programming command has finished.
-
Method Details
-
progCommandStationFinished
void progCommandStationFinished(org.bidib.jbidibc.messages.enums.CommandStationProgState commandStationProgState) The programming command has finished.- Parameters:
commandStationProgState- the new programming state
-