Interface ScaleButton.OnValueChanged

Enclosing class:
ScaleButton
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 ScaleButton.OnValueChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onValueChanged(double value)
    Emitted when the value field has changed.
  • Method Details

    • onValueChanged

      void onValueChanged(double value)
      Emitted when the value field has changed.
      Parameters:
      value - the new value