Interface Window.OnKeysChanged

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

    Modifier and Type
    Method
    Description
    void
    emitted when the set of accelerators or mnemonics that
    are associated with @window changes.
  • Method Details

    • onKeysChanged

      void onKeysChanged()
      emitted when the set of accelerators or mnemonics that
      are associated with @window changes.