public class ClientMapListener extends MapListenerAdapter<Object,Object>
| Constructor and Description |
|---|
ClientMapListener(ClientEndpoint endpoint,
long callId) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryEvent(EntryEvent<Object,Object> event)
This method is called when an one of the methods of the
EntryListener is not
overridden. |
void |
onMapEvent(MapEvent event)
This method is called when an one of the methods of the
EntryListener is not
overridden. |
entryAdded, entryEvicted, entryExpired, entryMerged, entryRemoved, entryUpdated, mapCleared, mapEvictedpublic ClientMapListener(ClientEndpoint endpoint, long callId)
public void onEntryEvent(EntryEvent<Object,Object> event)
MapListenerAdapterEntryListener is not
overridden. It can be practical if you want to bundle some/all of the methods to a single method.onEntryEvent in class MapListenerAdapter<Object,Object>event - the EntryEvent.public void onMapEvent(MapEvent event)
MapListenerAdapterEntryListener is not
overridden. It can be practical if you want to bundle some/all of the methods to a single method.onMapEvent in class MapListenerAdapter<Object,Object>event - the MapEvent.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.