Package com.tangosol.util
Interface MapListenerSupport.PrimingListener<K,V>
-
- All Superinterfaces:
EventListener
,MapListener<K,V>
,MapListenerSupport.SynchronousListener<K,V>
,SynchronousListener<K,V>
- All Known Implementing Classes:
CachingMap.PrimingListener
,MapListenerProxy.WrapperPrimingListener
,MapListenerSupport.WrapperPrimingListener
- Enclosing class:
- MapListenerSupport
public static interface MapListenerSupport.PrimingListener<K,V> extends MapListenerSupport.SynchronousListener<K,V>
A tag interface indicating that this listener is registered as a synchronous listener for lite events (carrying only a key) and generates a "priming" event when registered.
-
-
Field Summary
-
Fields inherited from interface com.tangosol.util.MapListener
ASYNCHRONOUS, SYNCHRONOUS, VERSION_AWARE
-
-
Method Summary
-
Methods inherited from interface com.tangosol.util.MapListener
entryDeleted, entryInserted, entryUpdated, isAsynchronous, isSynchronous, isVersionAware, synchronous
-
Methods inherited from interface com.tangosol.util.MapListenerSupport.SynchronousListener
characteristics
-
-