Uses of Interface
org.cometd.oort.Oort.CometListener
Packages that use Oort.CometListener
-
Uses of Oort.CometListener in org.cometd.oort
Classes in org.cometd.oort that implement Oort.CometListenerModifier and TypeClassDescriptionclassclassOortList<E>A specialized oort object whose entity is aList.classOortLongMap<V>The equivalent of anOortMap<Long,V>.classOortMap<K,V> A specialized oort object whose entity is aConcurrentMap.classOortObject<T>AnOortObjectrepresents a named composite entity that is distributed in an Oort cluster.classThe equivalent of anOortMap<String,V>.Methods in org.cometd.oort with parameters of type Oort.CometListenerModifier and TypeMethodDescriptionvoidOort.addCometListener(Oort.CometListener listener) Registers the given listener to be notified of comet events.voidOort.removeCometListener(Oort.CometListener listener) Deregisters the given listener from being notified of comet events.