Interface Range.OnAdjustBounds

Enclosing class:
Range
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 Range.OnAdjustBounds
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAdjustBounds(double value)
    Emitted before clamping a value, to give the application a
    chance to adjust the bounds.
  • Method Details

    • onAdjustBounds

      void onAdjustBounds(double value)
      Emitted before clamping a value, to give the application a
      chance to adjust the bounds.
      Parameters:
      value - the value before we clamp