Package org.chsrobotics.lib.telemetry
Interface DashboardChooser.ValueUpdater<T>
-
- Enclosing class:
- DashboardChooser<T>
public static interface DashboardChooser.ValueUpdater<T>Interface which defines a lambda for receiving DashboardChooser updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonOptionSelected(T oldOption, T newOption)Called when a new option has been selected in the dashboard
-