Uses of Interface
com.biglybt.pif.tracker.TrackerTorrentListener
-
Packages that use TrackerTorrentListener Package Description com.biglybt.pif.tracker com.biglybt.pifimpl.local.tracker com.biglybt.pifimpl.remote.tracker -
-
Uses of TrackerTorrentListener in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker with parameters of type TrackerTorrentListener Modifier and Type Method Description void
TrackerTorrent. addListener(TrackerTorrentListener listener)
void
TrackerTorrent. removeListener(TrackerTorrentListener listener)
-
Uses of TrackerTorrentListener in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerTorrentListener Modifier and Type Method Description void
TrackerTorrentImpl. addListener(TrackerTorrentListener listener)
void
TrackerTorrentImpl. removeListener(TrackerTorrentListener listener)
-
Uses of TrackerTorrentListener in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerTorrentListener Modifier and Type Method Description void
RPTrackerTorrent. addListener(TrackerTorrentListener listener)
void
RPTrackerTorrent. removeListener(TrackerTorrentListener listener)
-