K - the map keys type.V - the map values type.@NoImplement
public interface EntryListener<K,V>
EntryEvent| Modifier and Type | Method and Description |
|---|---|
void |
entryAdded(EntryEvent<K,V> event)
Callback to invoke when an entry is added to the map.
|
void |
entryRemoved(EntryEvent<K,V> event)
Callback to invoke when an entry is removed from the map.
|
void |
entryUpdated(EntryEvent<K,V> event)
Callback to invoke when an entry from the map is modified.
|
void entryAdded(EntryEvent<K,V> event)
event - EntryEvent with event's contextual data.void entryRemoved(EntryEvent<K,V> event)
event - EntryEvent with event's contextual data.void entryUpdated(EntryEvent<K,V> event)
event - EntryEvent with event's contextual data.Copyright © 2006–2025 MuleSoft, Inc.. All rights reserved.