| Package | Description | 
|---|---|
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.map | Contains Hazelcast map module classes. | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractIMapEventThe abstract class for a map event  IMapEvent. | 
| class  | EntryEvent<K,V>Map Entry event. | 
| class  | MapEventUsed for map-wide events like  EntryEventType.EVICT_ALLandEntryEventType.CLEAR_ALL. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapPartitionLostEventUsed for providing information about the lost partition for a map | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataAwareEntryEvent | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListenerAdapter. onEvent(IMapEvent event)Handle event. | 
| void | InternalMapListenerAdapter. onEvent(IMapEvent event) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.