Click or drag to resize

MapListener Interface

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

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public interface MapListener : IEventListener
Remarks
  • A map event is fired as a result of a map-wide operations like e.g. ClearAll or EvictAll
  • An entry event is fired after the changes that affects a specific entry e.g. Added, Updated
  • An implementer of this interface should extend one of the sub-interfaces of it to receive a corresponding event.
    See Also

    Reference