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 class
OortContainer<T>
class
OortList<E>
A specialized oort object whose entity is aList
.class
OortLongMap<V>
The equivalent of anOortMap<Long,V>
.class
OortMap<K,V>
A specialized oort object whose entity is aConcurrentMap
.class
OortObject<T>
AnOortObject
represents a named composite entity that is distributed in an Oort cluster.class
OortStringMap<V>
The equivalent of anOortMap<String,V>
.Methods in org.cometd.oort with parameters of type Oort.CometListener Modifier and Type Method Description void
Oort. addCometListener(Oort.CometListener listener)
Registers the given listener to be notified of comet events.void
Oort. removeCometListener(Oort.CometListener listener)
Deregisters the given listener from being notified of comet events.
-