Interface ScaleButton.OnPopdown

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

    Modifier and Type
    Method
    Description
    void
    Emitted to dismiss the popup.
  • Method Details

    • onPopdown

      void onPopdown()
      Emitted to dismiss the popup.

      This is a [keybinding signal](class.SignalAction.html).

      The default binding for this signal is <kbd>Escape</kbd>.