Class ButtonBoxClient

java.lang.Object
io.github.roboblazers7617.buttonbox.ButtonBoxClient

public class ButtonBoxClient extends Object
Class for client-side ButtonBox logic.
  • Constructor Details

  • Method Details

    • periodic

      public void periodic()
      Updates the states of the controls. Should be called regularly by the client program.
    • addControl

      public void addControl(Control control)
      Adds a control to the ButtonBoxClient.
      Parameters:
      control - The Control to add to the client.