Interface AppChooserWidget.OnApplicationSelected

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

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

    • onApplicationSelected

      void onApplicationSelected(@Nonnull AppInfo application)
      Emitted when an application item is selected from the widget's list.
      Parameters:
      application - the selected `GAppInfo`