Interface MapListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
EntryAddedListener<K,​V>, EntryEvictedListener<K,​V>, EntryExpiredListener<K,​V>, EntryListener<K,​V>, EntryLoadedListener<K,​V>, EntryMergedListener<K,​V>, EntryRemovedListener<K,​V>, EntryUpdatedListener<K,​V>, EventLostListener, MapClearedListener, MapEvictedListener, MapPartitionLostListener
All Known Implementing Classes:
ClientConsoleApp, ConsoleApp, EntryAdapter

public interface MapListener
extends EventListener

A marker interface which is used to get notified upon a map or an entry event.

Specifically:

An implementer of this interface should extend one of its sub-interfaces to receive a corresponding event.

Since:
3.5
See Also:
MapClearedListener, MapEvictedListener, EntryAddedListener, EntryEvictedListener, EntryExpiredListener, EntryRemovedListener, EntryMergedListener, EntryUpdatedListener, EntryLoadedListener