Interface AppChooserWidget.OnApplicationActivated

Enclosing class:
AppChooserWidget
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 AppChooserWidget.OnApplicationActivated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when an application item is activated from the widget's list.
  • Method Details

    • onApplicationActivated

      void onApplicationActivated(@Nonnull AppInfo application)
      Emitted when an application item is activated from the widget's list.

      This usually happens when the user double clicks an item, or an item
      is selected and the user presses one of the keys Space, Shift+Space,
      Return or Enter.
      Parameters:
      application - the activated `GAppInfo`