Interface MapEntryListener<K,V>
- All Superinterfaces:
com.hazelcast.map.listener.EntryAddedListener<K,,V> com.hazelcast.map.listener.EntryEvictedListener<K,,V> com.hazelcast.map.listener.EntryMergedListener<K,,V> com.hazelcast.map.listener.EntryRemovedListener<K,,V> com.hazelcast.map.listener.EntryUpdatedListener<K,,V> EventListener,com.hazelcast.map.listener.MapClearedListener,com.hazelcast.map.listener.MapEvictedListener,com.hazelcast.map.listener.MapListener
- All Known Implementing Classes:
CamelMapListener
public interface MapEntryListener<K,V>
extends com.hazelcast.map.listener.MapClearedListener, com.hazelcast.map.listener.MapEvictedListener, com.hazelcast.map.listener.EntryAddedListener<K,V>, com.hazelcast.map.listener.EntryEvictedListener<K,V>, com.hazelcast.map.listener.EntryRemovedListener<K,V>, com.hazelcast.map.listener.EntryMergedListener<K,V>, com.hazelcast.map.listener.EntryUpdatedListener<K,V>
-
Method Summary
Methods inherited from interface com.hazelcast.map.listener.EntryAddedListener
entryAddedMethods inherited from interface com.hazelcast.map.listener.EntryEvictedListener
entryEvictedMethods inherited from interface com.hazelcast.map.listener.EntryMergedListener
entryMergedMethods inherited from interface com.hazelcast.map.listener.EntryRemovedListener
entryRemovedMethods inherited from interface com.hazelcast.map.listener.EntryUpdatedListener
entryUpdatedMethods inherited from interface com.hazelcast.map.listener.MapClearedListener
mapClearedMethods inherited from interface com.hazelcast.map.listener.MapEvictedListener
mapEvicted