Interface IconView.OnSelectionChanged

Enclosing class:
IconView
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 IconView.OnSelectionChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The ::selection-changed signal is emitted when the selection
    (i.e. the set of selected items) changes.
  • Method Details

    • onSelectionChanged

      void onSelectionChanged()
      The ::selection-changed signal is emitted when the selection
      (i.e. the set of selected items) changes.