Interface ListCacheListener<T extends Serializable>
- All Superinterfaces:
Serializable
- 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 ListCacheListener<T extends Serializable>
extends Serializable
Notifies that list, selected item, or selection index changed or marked for reload.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyChanged
(ListCache<?, ?, T> listCache) Notifies that list, selected item, or selection index changed or marked for reload.
-
Method Details
-
notifyChanged
Notifies that list, selected item, or selection index changed or marked for reload.
-