Interface ProgCommandListener
public interface ProgCommandListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogPomFinished(org.bidib.jbidibc.messages.enums.PomProgState pomProgState) The POM programming command has finished.
-
Method Details
-
progPomFinished
void progPomFinished(org.bidib.jbidibc.messages.enums.PomProgState pomProgState) The POM programming command has finished.- Parameters:
pomProgState- the new programming state
-