Interface FolderConfigChangeListener<T>

Type Parameters:
T - the item type
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 interface FolderConfigChangeListener<T>
Functional interface for listening to folder config item changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a folder config item changes.
  • Method Details

    • onItemChange

      void onItemChange(@NotNull @NotNull FolderConfigItemChange<T> change)
      Called when a folder config item changes.
      Parameters:
      change - the change details