Interface RangeClass.OnChangeValue

Enclosing class:
RangeClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RangeClass.OnChangeValue
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onChangeValue(CallbackHandler __self, Range range, int scroll, double new_value)
     
  • Method Details

    • onChangeValue

      boolean onChangeValue(CallbackHandler __self, @Nonnull Range range, int scroll, double new_value)
      Parameters:
      range -
      scroll -
      new_value -
      Returns: