Uses of Interface
name.matthewgreet.strutscommons.util.ListCacheListener
Packages that use ListCacheListener
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of ListCacheListener in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return types with arguments of type ListCacheListenerModifier and TypeMethodDescriptionListCache.getListeners()
Returns all listeners of any change to this.Methods in name.matthewgreet.strutscommons.util with parameters of type ListCacheListenerModifier and TypeMethodDescriptionvoid
ListCache.addListCacheListener
(ListCacheListener<T> listener) void
ListCache.removeListCacheListener
(ListCacheListener<T> listener)