Uses of Class
org.cometd.oort.OortMap.Entry
-
Uses of OortMap.Entry in org.cometd.oort
Modifier and TypeMethodDescriptiondefault void
OortMap.EntryListener.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
OortMap.EntryListener.onRemoved
(OortObject.Info<ConcurrentMap<K, V>> info, OortMap.Entry<K, V> entry) Callback method invoked after an entry is removed from the entity map.