K
- the key typeV
- the value typepublic static class OortMap.EntryListener.Adapter<K,V> extends Object implements OortMap.EntryListener<K,V>
OortMap.EntryListener
.OortMap.EntryListener.Adapter<K,V>
Constructor and Description |
---|
Adapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public void onPut(OortObject.Info<ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
OortMap.EntryListener
onPut
in interface OortMap.EntryListener<K,V>
info
- the Info
that was changed by the putentry
- the entry valuespublic void onRemoved(OortObject.Info<ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
OortMap.EntryListener
onRemoved
in interface OortMap.EntryListener<K,V>
info
- the Info
that was changed by the removeentry
- the entry valuesCopyright © 2008–2016 The CometD Project. All rights reserved.