K
- type of the keyV
- type of the valuepublic interface EntryListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
added(EntryEvent<K,V> entry)
Method called to notify a new entry has been added.
|
void |
removed(EntryEvent<K,V> entry)
Method called to notify an entry has been deleted.
|
void |
updated(EntryEvent<K,V> entry)
Method called to notify an entry has been updated.
|
void added(EntryEvent<K,V> entry)
entry
- added entryvoid updated(EntryEvent<K,V> entry)
entry
- updated entryvoid removed(EntryEvent<K,V> entry)
entry
- deleted entryCopyright © 2015. All Rights Reserved.