K - key of the map entryV - value of the map entry.public class EntryAdapter<K,V> extends Object implements EntryListener<K,V>
EntryListener| Constructor and Description |
|---|
EntryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void entryAdded(EntryEvent<K,V> event)
entryAdded in interface EntryListener<K,V>event - entry eventpublic void entryRemoved(EntryEvent<K,V> event)
entryRemoved in interface EntryListener<K,V>event - entry eventpublic void entryUpdated(EntryEvent<K,V> event)
entryUpdated in interface EntryListener<K,V>event - entry eventpublic void entryEvicted(EntryEvent<K,V> event)
entryEvicted in interface EntryListener<K,V>event - entry eventCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.