Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerTorrentPeerListener
-
Packages that use TRTrackerServerTorrentPeerListener Package Description com.biglybt.core.tracker.server com.biglybt.core.tracker.server.impl -
-
Uses of TRTrackerServerTorrentPeerListener in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerTorrentPeerListener Modifier and Type Method Description void
TRTrackerServerTorrent. addPeerListener(TRTrackerServerTorrentPeerListener l)
void
TRTrackerServerTorrent. removePeerListener(TRTrackerServerTorrentPeerListener l)
-
Uses of TRTrackerServerTorrentPeerListener in com.biglybt.core.tracker.server.impl
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrentPeerListener Modifier and Type Method Description void
TRTrackerServerTorrentImpl. addPeerListener(TRTrackerServerTorrentPeerListener l)
void
TRTrackerServerTorrentImpl. removePeerListener(TRTrackerServerTorrentPeerListener l)
-