| Package | Description | 
|---|---|
| com.hazelcast.console | 
 This package contains classes related to ConsoleApp 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.map.listener | 
 Contains various  
MapListener interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConsoleApp.mapCleared(MapEvent event)  | 
void | 
ConsoleApp.mapEvicted(MapEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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 the  
EntryListener is not
 overridden. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapClearedListener.mapCleared(MapEvent event)
Invoked when all entries are removed by  
IMap.clear(). | 
void | 
MapEvictedListener.mapEvicted(MapEvent event)
Invoked when all entries are evicted by  
IMap.evictAll(). | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.