Class ButtonBoxClient
java.lang.Object
io.github.roboblazers7617.buttonbox.ButtonBoxClient
Class for client-side ButtonBox logic.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addControl
(Control control) Adds a control to the ButtonBoxClient.void
periodic()
Should be called regularly to update the state of the Controls.
-
Constructor Details
-
ButtonBoxClient
Creates a new ButtonBoxClient.
-
-
Method Details
-
periodic
public void periodic()Should be called regularly to update the state of the Controls. -
addControl
Adds a control to the ButtonBoxClient.- Parameters:
control
- TheControl
to add to the client.
-