Uses of Interface
org.cometd.oort.OortObject.Listener
Packages that use OortObject.Listener
-
Uses of OortObject.Listener in org.cometd.oort
Classes in org.cometd.oort that implement OortObject.ListenerModifier and TypeClassDescriptionstatic class
An implementation ofOortObject.Listener
that converts whole list events intoOortList.ElementListener
events.static class
OortMap.DeltaListener<K,V>
An implementation ofOortObject.Listener
that converts whole map events intoOortMap.EntryListener
events.Methods in org.cometd.oort with parameters of type OortObject.ListenerModifier and TypeMethodDescriptionvoid
OortLong.addListener(OortObject.Listener<Long> listener)
void
OortObject.addListener(OortObject.Listener<T> listener)
void
OortLong.removeListener(OortObject.Listener<Long> listener)
void
OortObject.removeListener(OortObject.Listener<T> listener)