Interface Entry.OnActivate

Enclosing class:
Entry
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 Entry.OnActivate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the entry is activated.
  • Method Details

    • onActivate

      void onActivate()
      Emitted when the entry is activated.

      The keybindings for this signal are all forms of the Enter key.