Interface Range.OnMoveSlider

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.OnMoveSlider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMoveSlider(int step)
    Virtual function that moves the slider.
  • Method Details

    • onMoveSlider

      void onMoveSlider(int step)
      Virtual function that moves the slider.

      Used for keybindings.
      Parameters:
      step - how to move the slider