| Interface | Description | 
|---|---|
| EntryAddedListener<K,V> | 
 Invoked upon addition of an entry. 
 | 
| EntryEvictedListener<K,V> | 
 Invoked upon eviction of an entry. 
 | 
| EntryExpiredListener<K,V> | 
 Listener which is notified after removal of an entry due to the expiration-based-eviction. 
 | 
| EntryMergedListener<K,V> | 
 Invoked after WAN replicated entry is merged. 
 | 
| EntryRemovedListener<K,V> | 
 Invoked upon removal of an entry. 
 | 
| EntryUpdatedListener<K,V> | 
 Invoked upon update of an entry. 
 | 
| EventLostListener | 
 Invoked upon lost of event or events. 
 | 
| MapClearedListener | 
 Invoked after all entries are removed by  
IMap.clear(). | 
| MapEvictedListener | 
 Invoked after all entries are evicted by  
IMap.evictAll(). | 
| MapListener | 
 A marker interface which is used to get notified upon a map or an entry event. 
 | 
| MapPartitionLostListener | 
 Invoked when owner and all backups of a partition is lost for a specific map. 
 | 
MapListener interfaces.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.