Interface MotorPortModelListener
- All Superinterfaces:
PortModelListener<org.bidib.wizard.model.ports.MotorPort>
public interface MotorPortModelListener
extends PortModelListener<org.bidib.wizard.model.ports.MotorPort>
-
Method Summary
Modifier and TypeMethodDescriptionvoidtestButtonPressed(org.bidib.wizard.model.ports.MotorPort port, org.bidib.wizard.model.status.MotorPortStatus requestedStatus) The test button was pressed.Methods inherited from interface org.bidib.wizard.client.common.model.listener.PortModelListener
changePortType, configChanged, labelChanged
-
Method Details
-
testButtonPressed
void testButtonPressed(org.bidib.wizard.model.ports.MotorPort port, org.bidib.wizard.model.status.MotorPortStatus requestedStatus) The test button was pressed.- Parameters:
port- the portrequestedStatus- the requested port status
-