Uses of Interface
com.biglybt.core.dht.nat.DHTNATPuncherListener
Packages that use DHTNATPuncherListener
-
Uses of DHTNATPuncherListener in com.biglybt.core.dht.nat
Methods in com.biglybt.core.dht.nat with parameters of type DHTNATPuncherListenerModifier and TypeMethodDescriptionvoid
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 DHTNATPuncherListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteList<DHTNATPuncherListener>
DHTNATPuncherImpl.listeners
Methods in com.biglybt.core.dht.nat.impl with parameters of type DHTNATPuncherListenerModifier and TypeMethodDescriptionvoid
DHTNATPuncherImpl.addListener
(DHTNATPuncherListener listener) void
DHTNATPuncherImpl.removeListener
(DHTNATPuncherListener listener)