Click or drag to resize

IEntryListenerTKey, TValue Interface

Map Entry listener to get notified when a map entry is added, removed, updated or evicted.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public interface IEntryListener<TKey, TValue> : EntryAddedListener<TKey, TValue>, 
	MapListener, IEventListener, EntryUpdatedListener<TKey, TValue>, EntryRemovedListener<TKey, TValue>, 
	EntryEvictedListener<TKey, TValue>, MapClearedListener, MapEvictedListener

Type Parameters

TKey
the type of key
TValue
the type of value

The IEntryListenerTKey, TValue type exposes the following members.

Methods
Remarks
Map Entry listener to get notified when a map entry is added, removed, updated or evicted.
See Also