Uses of Interface
com.biglybt.core.dht.DHTListener
-
Packages that use DHTListener Package Description com.biglybt.core.dht com.biglybt.core.dht.impl -
-
Uses of DHTListener in com.biglybt.core.dht
Methods in com.biglybt.core.dht with parameters of type DHTListener Modifier and Type Method Description void
DHT. addListener(DHTListener listener)
void
DHT. removeListener(DHTListener listener)
-
Uses of DHTListener in com.biglybt.core.dht.impl
Fields in com.biglybt.core.dht.impl with type parameters of type DHTListener Modifier and Type Field Description private CopyOnWriteList<DHTListener>
DHTImpl. listeners
Methods in com.biglybt.core.dht.impl with parameters of type DHTListener Modifier and Type Method Description void
DHTImpl. addListener(DHTListener listener)
void
DHTImpl. removeListener(DHTListener listener)
-