Uses of Interface
org.cometd.oort.Oort.CometListener
-
Packages that use Oort.CometListener Package Description org.cometd.oort -
-
Uses of Oort.CometListener in org.cometd.oort
Classes in org.cometd.oort that implement Oort.CometListener Modifier and Type Class Description static classOort.CometListener.AdapterEmpty implementation ofOort.CometListenerclassOortContainer<T>classOortList<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.classOortStringMap<V>The equivalent of anOortMap<String,V>.Methods in org.cometd.oort with parameters of type Oort.CometListener Modifier and Type Method Description voidOort. 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.
-