Interface SwitchPortModelListener

  • All Superinterfaces:
    PortModelListener<org.bidib.wizard.model.ports.SwitchPort>

    public interface SwitchPortModelListener
    extends PortModelListener<org.bidib.wizard.model.ports.SwitchPort>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void changePortType​(org.bidib.jbidibc.messages.enums.LcOutputType portType, org.bidib.wizard.model.ports.SwitchPort port)
      Change the port type.
      void testButtonPressed​(org.bidib.wizard.model.ports.SwitchPort port, org.bidib.wizard.model.status.SwitchPortStatus requestedStatus)
      The test button was pressed.
    • Method Detail

      • changePortType

        void changePortType​(org.bidib.jbidibc.messages.enums.LcOutputType portType,
                            org.bidib.wizard.model.ports.SwitchPort port)
        Change the port type.
        Parameters:
        portType - the requested port type
        port - the port
      • testButtonPressed

        void testButtonPressed​(org.bidib.wizard.model.ports.SwitchPort port,
                               org.bidib.wizard.model.status.SwitchPortStatus requestedStatus)
        The test button was pressed.
        Parameters:
        port - the port
        requestedStatus - the requested port status