Interface RecentManager.OnChanged

Enclosing class:
RecentManager
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 RecentManager.OnChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the current recently used resources manager changes
    its contents.
  • Method Details

    • onChanged

      void onChanged()
      Emitted when the current recently used resources manager changes
      its contents.

      This can happen either by calling [method@Gtk.RecentManager.add_item]
      or by another application.