Interface AppChooserButton.OnActivate

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

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

    • onActivate

      void onActivate()
      Emitted to when the button is activated.

      The `::activate` signal on `GtkAppChooserButton` is an action signal and
      emitting it causes the button to pop up its dialog.