Package com.biglybt.plugin.net.buddy
Interface BuddyPluginViewInterface.DownloadAdapter
-
- Enclosing interface:
- BuddyPluginViewInterface
public static interface BuddyPluginViewInterface.DownloadAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChatKey()
DownloadManager
getCoreDownload()
java.lang.String[]
getNetworks()
-
-
-
Method Detail
-
getCoreDownload
DownloadManager getCoreDownload()
-
getNetworks
java.lang.String[] getNetworks()
-
getChatKey
java.lang.String getChatKey()
-
-