Loading...
Searching...
No Matches
juce::URL::DownloadTaskListener Struct Referenceabstract

Detailed Description

Used to receive callbacks for download progress.

Public Member Functions

virtual ~DownloadTaskListener ()=default
virtual void finished (DownloadTask *task, bool success)=0
 Called when the download has finished.
virtual void progress (DownloadTask *task, int64 bytesDownloaded, int64 totalLength)
 Called periodically by the OS to indicate download progress.

Constructors and Destructors

◆ ~DownloadTaskListener()

virtual juce::URL::DownloadTaskListener::~DownloadTaskListener ( )
virtualdefault

Member Functions

◆ finished()

virtual void juce::URL::DownloadTaskListener::finished ( DownloadTask * task,
bool success )
pure virtual

Called when the download has finished.

Be aware that this callback may come on an arbitrary thread.

◆ progress()

virtual void juce::URL::DownloadTaskListener::progress ( DownloadTask * task,
int64 bytesDownloaded,
int64 totalLength )
virtual

Called periodically by the OS to indicate download progress.

Beware that this callback may come on an arbitrary thread.

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram