| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.core.EntryAdapter<K,V>
K - key of the map entryV - value of the map entry.public class EntryAdapter<K,V>
Adapter for EntryListener.
EntryListener| Constructor Summary | |
|---|---|
| EntryAdapter() | |
| Method Summary | |
|---|---|
|  void | entryAdded(EntryEvent<K,V> event)Invoked when an entry is added. | 
|  void | entryEvicted(EntryEvent<K,V> event)Invoked when an entry is evicted. | 
|  void | entryRemoved(EntryEvent<K,V> event)Invoked when an entry is removed. | 
|  void | entryUpdated(EntryEvent<K,V> event)Invoked when an entry is updated. | 
|  void | onEntryEvent(EntryEvent<K,V> event)This method is called when an one of the methods of the EntryListeneris not
 overridden. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EntryAdapter()
| Method Detail | 
|---|
public void entryAdded(EntryEvent<K,V> event)
EntryListener
entryAdded in interface EntryListener<K,V>event - entry eventpublic void entryRemoved(EntryEvent<K,V> event)
EntryListener
entryRemoved in interface EntryListener<K,V>event - entry eventpublic void entryUpdated(EntryEvent<K,V> event)
EntryListener
entryUpdated in interface EntryListener<K,V>event - entry eventpublic void entryEvicted(EntryEvent<K,V> event)
EntryListener
entryEvicted in interface EntryListener<K,V>event - entry eventpublic void onEntryEvent(EntryEvent<K,V> event)
EntryListener is not
 overridden. It can be practical if you want to bundle some/all of the methods to a single method.
event - the EntryEvent.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||