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