Uses of Interface
com.tangosol.util.CollectionEvent
Packages that use CollectionEvent
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
- 
Uses of CollectionEvent in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement CollectionEventModifier and TypeClassDescriptionclassCacheEvent<K,V> An extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.protected static classA CacheEvent that carries a recent value (to avoid it being lost during eviction). - 
Uses of CollectionEvent in com.tangosol.util
Classes in com.tangosol.util that implement CollectionEventModifier and TypeClassDescriptionprotected static classA DeferredCacheEvent is aCacheEventobject that defers the loading of theold value.static classA Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.static classA ConverterMapEvent views an underlying MapEvent through a set of key and value Converters.classMapEvent<K,V> An event which indicates that the content of a map has changed: an entry has been added an entry has been removed an entry has been changed A MapEvent object is sent as an argument to the MapListener interface methods.static classAn extension of the CacheEvent which may carry no values (old or new), but instead holds on an array of Filter objects being the "cause" of the event.Methods in com.tangosol.util with parameters of type CollectionEventModifier and TypeMethodDescriptionvoidAbstractCollectionListener.entryDeleted(CollectionEvent<V> evt) voidCollectionListener.entryDeleted(CollectionEvent<V> evt) Invoked when a collection entry has been removed.voidAbstractCollectionListener.entryInserted(CollectionEvent<V> evt) voidCollectionListener.entryInserted(CollectionEvent<V> evt) Invoked when a collection entry has been inserted.voidAbstractCollectionListener.entryUpdated(CollectionEvent<V> evt) voidCollectionListener.entryUpdated(CollectionEvent<V> evt) Invoked when a collection entry has been updated.