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