@FunctionalInterface public interface MapClearedListener extends MapListener
IMap.clear()
.Modifier and Type | Method and Description |
---|---|
void |
mapCleared(MapEvent event)
Invoked when all entries are removed by
IMap.clear() . |
void mapCleared(MapEvent event)
IMap.clear()
.
When a listener is registered as local-only then it will be invoked if and only if
the clear()
method is called on the same instance where the listener
was registered to.event
- the map event invoked when all entries are removed by IMap.clear()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.