#include <juce_URL.h>
◆ ~Listener()
virtual URL::DownloadTask::Listener::~Listener |
( |
| ) |
|
|
virtual |
◆ finished()
virtual void URL::DownloadTask::Listener::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 URL::DownloadTask::Listener::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.
The documentation for this struct was generated from the following file: