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

        entryAdded
      • Methods inherited from interface com.hazelcast.map.listener.EntryEvictedListener

        entryEvicted
      • Methods inherited from interface com.hazelcast.map.listener.EntryMergedListener

        entryMerged
      • Methods inherited from interface com.hazelcast.map.listener.EntryRemovedListener

        entryRemoved
      • Methods inherited from interface com.hazelcast.map.listener.EntryUpdatedListener

        entryUpdated
      • Methods inherited from interface com.hazelcast.map.listener.MapClearedListener

        mapCleared
      • Methods inherited from interface com.hazelcast.map.listener.MapEvictedListener

        mapEvicted