Class EntryAdapter<K,​V>

java.lang.Object
com.hazelcast.core.EntryAdapter<K,​V>
Type Parameters:
K - key of the map entry
V - value of the map entry.
All Implemented Interfaces:
EntryListener<K,​V>, EntryAddedListener<K,​V>, EntryEvictedListener<K,​V>, EntryExpiredListener<K,​V>, EntryRemovedListener<K,​V>, EntryUpdatedListener<K,​V>, MapClearedListener, MapEvictedListener, MapListener, EventListener

public class EntryAdapter<K,​V>
extends Object
implements EntryListener<K,​V>
Adapter for MapListener.
See Also:
MapListener, EntryListener