protected class NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler extends com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandler implements EventHandler<ClientMessage>
| Modifier | Constructor and Description | 
|---|---|
| protected  | NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | beforeListenerRegister()This method is called before registration request is sent to node. | 
| void | handle(Collection<Data> keys) | 
| void | handle(Data key) | 
| 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 NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler()
public void beforeListenerRegister()
EventHandlerbeforeListenerRegister in interface EventHandler<ClientMessage>public void onListenerRegister()
EventHandleronListenerRegister in interface EventHandler<ClientMessage>public void handle(Data key)
handle in class com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandlerpublic void handle(Collection<Data> keys)
handle in class com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandlerCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.