protected static final class NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler extends com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandler implements EventHandler<ClientMessage>
| Modifier | Constructor and Description | 
|---|---|
| protected  | NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler(NearCache nearCache) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | beforeListenerRegister()This method is called before registration request is sent to node. | 
| void | handle(Data key,
      Data value,
      Data oldValue,
      Data mergingValue,
      int eventType,
      String uuid,
      int numberOfAffectedEntries) | 
| void | onListenerRegister()This method is called when registration request response is successfully returned from node. | 
handleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected final NearCache nearCache
protected NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler(NearCache nearCache)
public void beforeListenerRegister()
EventHandlerbeforeListenerRegister in interface EventHandler<ClientMessage>public void onListenerRegister()
EventHandleronListenerRegister in interface EventHandler<ClientMessage>Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.