| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MapListener
The listener interface for receiving MapEvents.
ObservableMap, MapEvent| Method Summary | |
|---|---|
|  void | entryDeleted(MapEvent evt)Invoked when a map entry has been removed. | 
|  void | entryInserted(MapEvent evt)Invoked when a map entry has been inserted. | 
|  void | entryUpdated(MapEvent evt)Invoked when a map entry has been updated. | 
| Method Detail | 
|---|
void entryInserted(MapEvent evt)
evt - the MapEvent carrying the insert informationvoid entryUpdated(MapEvent evt)
evt - the MapEvent carrying the update informationvoid entryDeleted(MapEvent evt)
evt - the MapEvent carrying the delete information| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||