Interface Window.OnActivateFocus

Enclosing class:
Window
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 Window.OnActivateFocus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user activates the currently focused
    widget of @window.
  • Method Details

    • onActivateFocus

      void onActivateFocus()
      Emitted when the user activates the currently focused
      widget of @window.

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