Uses of Class
org.cometd.oort.OortMap.Entry
-
Packages that use OortMap.Entry Package Description org.cometd.oort -
-
Uses of OortMap.Entry in org.cometd.oort
Methods in org.cometd.oort with parameters of type OortMap.Entry Modifier and Type Method Description void
OortMap.EntryListener.Adapter. onPut(OortObject.Info<ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
Deprecated.default 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.void
OortMap.EntryListener.Adapter. onRemoved(OortObject.Info<ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)
Deprecated.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.
-