Uses of Interface
com.biglybt.core.tracker.host.TRHostTorrentListener
-
Packages that use TRHostTorrentListener Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostTorrentListener in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostTorrentListener Modifier and Type Method Description void
TRHostTorrent. addListener(TRHostTorrentListener l)
void
TRHostTorrent. removeListener(TRHostTorrentListener l)
-
Uses of TRHostTorrentListener in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrentListener Modifier and Type Method Description void
TRHostTorrentHostImpl. addListener(TRHostTorrentListener l)
void
TRHostTorrentPublishImpl. addListener(TRHostTorrentListener l)
void
TRHostTorrentHostImpl. removeListener(TRHostTorrentListener l)
void
TRHostTorrentPublishImpl. removeListener(TRHostTorrentListener l)
-
Uses of TRHostTorrentListener in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TRHostTorrentListener Modifier and Type Class Description class
TrackerTorrentImpl
-