Package com.oracle.coherence.grpc.proxy
Class MapListenerProxy.WrapperPrimingListener
- java.lang.Object
-
- com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
-
- All Implemented Interfaces:
com.tangosol.util.MapListener<Object,Object>,com.tangosol.util.MapListenerSupport.PrimingListener<Object,Object>,com.tangosol.util.MapListenerSupport.SynchronousListener<Object,Object>,com.tangosol.util.SynchronousListener<Object,Object>,EventListener
- Enclosing class:
- MapListenerProxy
public static class MapListenerProxy.WrapperPrimingListener extends Object implements com.tangosol.util.MapListenerSupport.PrimingListener<Object,Object>
MapListenerSupport.PrimingListenerthat delegates calls to the wrappedMapListener.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.tangosol.util.MapListener<Object,Object>f_listenerWrappedThe wrappedMapListener.
-
Constructor Summary
Constructors Constructor Description WrapperPrimingListener(com.tangosol.util.MapListener<Object,Object> wrapped)Constructs a newWrapperPrimingListenerthat will delegate map events to the providedMapListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentryDeleted(com.tangosol.util.MapEvent<Object,Object> mapEvent)voidentryInserted(com.tangosol.util.MapEvent<Object,Object> mapEvent)voidentryUpdated(com.tangosol.util.MapEvent<Object,Object> mapEvent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-