Interface ISelectedContent

All Known Subinterfaces:
ISelectedVuzeFileContent
All Known Implementing Classes:
SelectedContent, SubscriptionSelectedContent

public interface ISelectedContent
  • Method Details

    • getHash

      String getHash()
    • setHash

      void setHash(String hash)
    • getDownloadManager

      DownloadManager getDownloadManager()
    • getFileIndex

      int getFileIndex()
    • setDownloadManager

      void setDownloadManager(DownloadManager dm)
    • getTorrent

      TOTorrent getTorrent()
    • setTorrent

      void setTorrent(TOTorrent torrent)
    • getDisplayName

      String getDisplayName()
    • setDisplayName

      void setDisplayName(String displayName)
    • getDownloadInfo

      DownloadUrlInfo getDownloadInfo()
      Since:
      3.1.1.1
    • sameAs

      boolean sameAs(ISelectedContent other)
    • getString

      default String getString()