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