Interface SpinButton.OnWrapped

Enclosing class:
SpinButton
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 SpinButton.OnWrapped
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted right after the spinbutton wraps from its maximum
    to its minimum value or vice-versa.
  • Method Details

    • onWrapped

      void onWrapped()
      Emitted right after the spinbutton wraps from its maximum
      to its minimum value or vice-versa.