public interface MapListener extends EventListener
A marker interface which is used to get notified upon a map or an entry event.
Specifically:
EntryEventType.CLEAR_ALL.
 EntryEventType.EVICT_ALL.
 EntryEventType.ADDED,
 EntryEventType.UPDATED
 An implementer of this interface should extend one of its sub-interfaces to receive a corresponding event.
Copyright © 2023 Hazelcast, Inc.. All rights reserved.