Uses of Class
com.hazelcast.map.MapEvent
Packages that use MapEvent
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Contains various
MapListener
interfaces.-
Uses of MapEvent in com.hazelcast.console
Methods in com.hazelcast.console with parameters of type MapEventModifier and TypeMethodDescriptionvoid
ConsoleApp.mapCleared
(MapEvent event) void
ConsoleApp.mapEvicted
(MapEvent event) -
Uses of MapEvent in com.hazelcast.core
Methods in com.hazelcast.core with parameters of type MapEventModifier and TypeMethodDescriptionvoid
EntryAdapter.mapCleared
(MapEvent event) void
EntryAdapter.mapEvicted
(MapEvent event) void
EntryAdapter.onMapEvent
(MapEvent event) This method is called when an one of the methods of theEntryListener
is not overridden. -
Uses of MapEvent in com.hazelcast.map.listener
Methods in com.hazelcast.map.listener with parameters of type MapEventModifier and TypeMethodDescriptionvoid
MapClearedListener.mapCleared
(MapEvent event) Invoked when all entries are removed byIMap.clear()
.void
MapEvictedListener.mapEvicted
(MapEvent event) Invoked when all entries are evicted byIMap.evictAll()
.