Uses of Interface
com.biglybt.core.dht.router.DHTRouterObserver
-
Packages that use DHTRouterObserver Package Description com.biglybt.core.dht.router com.biglybt.core.dht.router.impl -
-
Uses of DHTRouterObserver in com.biglybt.core.dht.router
Methods in com.biglybt.core.dht.router with parameters of type DHTRouterObserver Modifier and Type Method Description boolean
DHTRouter. addObserver(DHTRouterObserver rto)
Adds a routing table observer if it is not already observing.boolean
DHTRouterWrapper. addObserver(DHTRouterObserver rto)
boolean
DHTRouter. containsObserver(DHTRouterObserver rto)
Returns whether the given observer is already observing.boolean
DHTRouterWrapper. containsObserver(DHTRouterObserver rto)
boolean
DHTRouter. removeObserver(DHTRouterObserver rto)
Removes the observer if it is already observing.boolean
DHTRouterWrapper. removeObserver(DHTRouterObserver rto)
-
Uses of DHTRouterObserver in com.biglybt.core.dht.router.impl
Fields in com.biglybt.core.dht.router.impl with type parameters of type DHTRouterObserver Modifier and Type Field Description private CopyOnWriteList<DHTRouterObserver>
DHTRouterImpl. observers
Methods in com.biglybt.core.dht.router.impl with parameters of type DHTRouterObserver Modifier and Type Method Description boolean
DHTRouterImpl. addObserver(DHTRouterObserver rto)
boolean
DHTRouterImpl. containsObserver(DHTRouterObserver rto)
boolean
DHTRouterImpl. removeObserver(DHTRouterObserver rto)
-