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.