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 Type
    Method
    Description
    void
    notifyChanged(ListCache<?,?,T> listCache)
    Notifies that list, selected item, or selection index changed or marked for reload.
  • Method Details

    • notifyChanged

      void notifyChanged(ListCache<?,?,T> listCache)
      Notifies that list, selected item, or selection index changed or marked for reload.