Interface TorrentOptions

All Known Implementing Classes:
TorrentManagerImpl.TorrentOptionsImpl

public interface TorrentOptions
  • Method Details

    • getTorrent

      Torrent getTorrent()
    • getTags

      List<Tag> getTags()
    • addTag

      void addTag(Tag tag)
    • removeTag

      void removeTag(Tag tag)
    • accept

      void accept()
    • cancel

      void cancel()