K
- the key typeV
- the value typepublic static interface OortMap.EntryListener<K,V> extends EventListener
Modifier and Type | Method and Description |
---|---|
default void |
onPut(OortObject.Info<ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry)
Callback method invoked after an entry is put into the entity map.
|
default void |
onRemoved(OortObject.Info<ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry)
Callback method invoked after an entry is removed from the entity map.
|
default void onPut(OortObject.Info<ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
info
- the Info
that was changed by the putentry
- the entry valuesdefault void onRemoved(OortObject.Info<ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
info
- the Info
that was changed by the removeentry
- the entry valuesCopyright © 2008–2024 The CometD Project. All rights reserved.