K
- the type of key.V
- the type of value.@FunctionalInterface public interface EntryUpdatedListener<K,V> extends MapListener
Modifier and Type | Method and Description |
---|---|
void |
entryUpdated(EntryEvent<K,V> event)
Invoked upon update of an entry.
|
void entryUpdated(EntryEvent<K,V> event)
event
- the event invoked when an entry is updatedCopyright © 2022 Hazelcast, Inc.. All rights reserved.