Interface PomProgrammerViewListener
public interface PomProgrammerViewListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the dialog.booleansendCommandStationStateRequest(boolean activate) Send the command station state request.voidsendRequest(org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation operation, int cvNumber, int cvValue) Send the POM request.
-
Method Details
-
close
void close()Close the dialog. -
sendRequest
void sendRequest(org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation operation, int cvNumber, int cvValue) Send the POM request.- Parameters:
decoderAddress- the decoder addressoperation- the operationcvNumber- the CV numbercvValue- the CV value
-
sendCommandStationStateRequest
boolean sendCommandStationStateRequest(boolean activate) Send the command station state request.- Parameters:
activate- activate the command station (set to start mode)- Returns:
- activation command was sent
-