Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Method | Description |
---|---|---|
void |
OortMap.EntryListener.Adapter.onPut(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry) |
|
void |
OortMap.EntryListener.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 |
OortMap.EntryListener.Adapter.onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry) |
|
void |
OortMap.EntryListener.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.
|
Copyright © 2008–2017 The CometD Project. All rights reserved.