Uses of Class
com.evolution.player.core.network.Download

Packages that use Download
com.evolution.player.core.media.loader   
com.evolution.player.core.network   
 

Uses of Download in com.evolution.player.core.media.loader
 

Methods in com.evolution.player.core.media.loader that return Download
abstract  Download[] MusicLoader.dowload(DownloadableMedia[] medias)
          Create a download for each of the given medias.
 

Uses of Download in com.evolution.player.core.network
 

Subclasses of Download in com.evolution.player.core.network
 class URLDownload
          An URL download can download a file referenced by an URL.
 

Methods in com.evolution.player.core.network that return Download
 Download[] IDownloadManager.getDownloads()
          All currently known downloads.
 

Methods in com.evolution.player.core.network with parameters of type Download
 void IDownloadManager.addDownload(Download download)
          Add the given download to the downloads.
 java.lang.String IDownloadManager.getErrorMessage(Download download)
          A human readable reason why the given download failed, or null if the given download did not fail.
 TransferProgressMonitor IDownloadManager.getProgressMonitor(Download download)
          Returns the transfer progress monitor for the given download or null if the download is not known or DONE.
 IDownloadManager.TransferStatus IDownloadManager.getStatus(Download download)
          Current status of the file transfer.