Uses of Class
com.biglybt.pif.tracker.TrackerTorrentRemovalVetoException
-
Packages that use TrackerTorrentRemovalVetoException Package Description com.biglybt.pif.tracker com.biglybt.pifimpl.local.tracker com.biglybt.pifimpl.remote.tracker -
-
Uses of TrackerTorrentRemovalVetoException in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that throw TrackerTorrentRemovalVetoException Modifier and Type Method Description boolean
TrackerTorrent. canBeRemoved()
void
TrackerTorrent. remove()
void
TrackerTorrentWillBeRemovedListener. torrentWillBeRemoved(TrackerTorrent torrent)
-
Uses of TrackerTorrentRemovalVetoException in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that throw TrackerTorrentRemovalVetoException Modifier and Type Method Description boolean
TrackerTorrentImpl. canBeRemoved()
void
TrackerTorrentImpl. remove()
-
Uses of TrackerTorrentRemovalVetoException in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker that throw TrackerTorrentRemovalVetoException Modifier and Type Method Description boolean
RPTrackerTorrent. canBeRemoved()
void
RPTrackerTorrent. remove()
-