Interface FtcValueMenu.DefaultValue

Enclosing class:
FtcValueMenu

public static interface FtcValueMenu.DefaultValue
This interface can be used to dynamically set the Value Menu default value. Generally, the default value is set in the ValueMenu constructor but there are scenarios where the default value could be changed after the menu object is created. When this interface is implemented, the ValueMenu will call the getValue method before displaying the menu.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • getValue

      double getValue()