Package com.biglybt.pif.torrent
Interface TorrentOptions
-
- All Known Implementing Classes:
TorrentManagerImpl.TorrentOptionsImpl
public interface TorrentOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept()
void
addTag(Tag tag)
void
cancel()
java.util.List<Tag>
getTags()
Torrent
getTorrent()
void
removeTag(Tag tag)
-