Interface LightPortModelListener
-
- All Superinterfaces:
PortModelListener<org.bidib.wizard.model.ports.LightPort>
public interface LightPortModelListener extends PortModelListener<org.bidib.wizard.model.ports.LightPort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangePortType(org.bidib.jbidibc.messages.enums.LcOutputType portType, org.bidib.wizard.model.ports.LightPort port)Change the port type.voidtestButtonPressed(org.bidib.wizard.model.ports.LightPort port, org.bidib.wizard.model.status.LightPortStatus requestedStatus)The test button was pressed.-
Methods inherited from interface org.bidib.wizard.client.common.model.listener.PortModelListener
configChanged, labelChanged
-
-
-
-
Method Detail
-
changePortType
void changePortType(org.bidib.jbidibc.messages.enums.LcOutputType portType, org.bidib.wizard.model.ports.LightPort port)Change the port type.- Parameters:
portType- the requested port typeport- the port
-
testButtonPressed
void testButtonPressed(org.bidib.wizard.model.ports.LightPort port, org.bidib.wizard.model.status.LightPortStatus requestedStatus)The test button was pressed.- Parameters:
port- the portrequestedStatus- the requested port status
-
-