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