Uses of Interface
com.tangosol.util.CollectionListener
Packages that use CollectionListener
Package
Description
Contains various generic utilities.
Contains concrete
MapEventTransformer
implementations.-
Uses of CollectionListener in com.tangosol.util
Classes in com.tangosol.util that implement CollectionListenerMethods in com.tangosol.util with parameters of type CollectionListenerModifier and TypeMethodDescriptionvoid
ObservableCollection.addListener
(CollectionListener<? super V> listener) Add a standard collection listener that will receive all events (inserts, updates, deletes) that occur against the collection, with the old-value and new-value included.void
ObservableCollection.addListener
(CollectionListener<? super V> listener, Filter<V> filter, boolean fLite) Add a collection listener that receives events based on a filter evaluation.void
ObservableCollection.removeListener
(CollectionListener<? super V> listener) Remove a standard collection listener that previously signed up for all events.void
ObservableCollection.removeListener
(CollectionListener<? super V> listener, Filter<V> filter) Remove a collection listener that previously signed up for events based on a filter evaluation. -
Uses of CollectionListener in com.tangosol.util.transformer
Constructors in com.tangosol.util.transformer with parameters of type CollectionListenerModifierConstructorDescriptionMapListenerCollectionListener
(CollectionListener<V> wrapped) Create aMapListenerCollectionListener
.