Class PhysicalButton


public class PhysicalButton extends Button
  • Constructor Details

    • PhysicalButton

      public PhysicalButton(String id, Address buttonAddress)
      Creates a new PhysicalButton.
      Parameters:
      id - The ID string for the PhysicalButton to use.
      buttonAddress - The Address for the PhysicalButton to use.
      See Also:
  • Method Details

    • updateClient

      public void updateClient()
      Description copied from class: Control
      Updates the control's state on the client. This should get any feedback from the server, but this should not interface with the buttonbox hardware.

      This doesn't do anything by default, and should be overridden by the class inheritting this.

      Overrides:
      updateClient in class Button