K - the type of key.V - the type of value.public interface EntryListener<K,V> extends EntryAddedListener<K,V>, EntryUpdatedListener<K,V>, EntryRemovedListener<K,V>, EntryEvictedListener<K,V>, MapClearedListener, MapEvictedListener
IMap interface. Events will not fire, for example,
for an entry that comes into the Map via the MapLoader lifecycle.
This interface is here for backward compatibility reasons. For a most appropriate alternative
please use/check MapListener interface.entryAddedentryUpdatedentryRemovedentryEvictedmapClearedmapEvictedCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.