com.aelitis.azureus.ui.selectedcontent
Interface ISelectedContent
- All Known Subinterfaces:
- ISelectedVuzeFileContent
- All Known Implementing Classes:
- SelectedContent, SelectedContentV3, SubscriptionSelectedContent
public interface ISelectedContent
- Author:
- TuxPaper
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
setDownloadInfo
void setDownloadInfo(DownloadUrlInfo downloadInfo)
- Since:
- 3.1.1.1
sameAs
boolean sameAs(ISelectedContent other)