K
- the key typeV
- the value typejava.util.EventListener
OortMap.EntryListener.Adapter
public static interface OortMap.EntryListener<K,V>
extends java.util.EventListener
Modifier and Type | Interface | Description |
---|---|---|
static class |
OortMap.EntryListener.Adapter<K,V> |
Empty implementation of
OortMap.EntryListener . |
Modifier and Type | Method | Description |
---|---|---|
void |
onPut(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry) |
Callback method invoked after an entry is put into the entity map.
|
void |
onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry) |
Callback method invoked after an entry is removed from the entity map.
|
void onPut(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
info
- the OortObject.Info
that was changed by the putentry
- the entry valuesvoid onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
info
- the OortObject.Info
that was changed by the removeentry
- the entry valuesCopyright © 2008–2017 The CometD Project. All rights reserved.