JUCE
Public Member Functions | List of all members
URL::DownloadTask::Listener Struct Referenceabstract

Used to receive callbacks for download progress. More...

Public Member Functions

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

Detailed Description

Used to receive callbacks for download progress.

Constructor & Destructor Documentation

◆ ~Listener()

virtual URL::DownloadTask::Listener::~Listener ( )
virtual

Member Function Documentation

◆ finished()

virtual void URL::DownloadTask::Listener::finished ( URL::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 URL::DownloadTask::Listener::progress ( URL::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.


The documentation for this struct was generated from the following file: