| Package | Description | 
|---|---|
| com.hazelcast.client.console | This package contains ClientConsoleApp | 
| com.hazelcast.client.impl.protocol.task.replicatedmap | Client protocol tasks implementations for ReplicatedMap | 
| com.hazelcast.console | This package contains classes related to ConsoleApp | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.map.listener | Contains various  MapListenerinterfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConsoleApp. mapCleared(MapEvent event) | 
| void | ClientConsoleApp. mapEvicted(MapEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractReplicatedMapAddEntryListenerMessageTask. mapCleared(MapEvent event) | 
| void | AbstractReplicatedMapAddEntryListenerMessageTask. mapEvicted(MapEvent event) | 
| 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  EntryListeneris 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 © 2015 Hazelcast, Inc.. All Rights Reserved.