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.
Functional interface for listening to folder config item changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonItemChange(@NotNull FolderConfigItemChange<T> change) Called when a folder config item changes.
-
Method Details
-
onItemChange
Called when a folder config item changes.- Parameters:
change- the change details
-