Interface BacklightPortModelListener
- All Superinterfaces:
PortModelListener<org.bidib.wizard.model.ports.BacklightPort>
public interface BacklightPortModelListener
extends PortModelListener<org.bidib.wizard.model.ports.BacklightPort>
-
Method Summary
Modifier and TypeMethodDescriptionvoidtestButtonPressed(org.bidib.wizard.model.ports.BacklightPort port, int requestedValue) 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.BacklightPort port, int requestedValue) The test button was pressed.- Parameters:
port- the portrequestedValue- the requested port value
-