K - the type of key.V - the type of value.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 © 2016 Hazelcast, Inc.. All Rights Reserved.