Uses of Class
com.biglybt.core.tracker.host.TRHostTorrentRemovalVetoException
-
Packages that use TRHostTorrentRemovalVetoException Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostTorrentRemovalVetoException in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that throw TRHostTorrentRemovalVetoException Modifier and Type Method Description boolean
TRHostTorrent. canBeRemoved()
doesn't guarantee that removal will be successful as conditions may changevoid
TRHostTorrent. remove()
void
TRHostTorrentWillBeRemovedListener. torrentWillBeRemoved(TRHostTorrent torrent)
-
Uses of TRHostTorrentRemovalVetoException in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that throw TRHostTorrentRemovalVetoException Modifier and Type Method Description boolean
TRHostTorrentHostImpl. canBeRemoved()
boolean
TRHostTorrentPublishImpl. canBeRemoved()
void
TRHostTorrentHostImpl. remove()
void
TRHostTorrentPublishImpl. remove()
-
Uses of TRHostTorrentRemovalVetoException in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that throw TRHostTorrentRemovalVetoException Modifier and Type Method Description void
TrackerTorrentImpl. torrentWillBeRemoved(TRHostTorrent t)
-