duncan
Mom and Dad were wrong!
|
#include <downloadlistener.h>
Public Member Functions | |
virtual void | on_progress (double dlnow, double dltot) |
Interface for monitoring download progress.
see LICENSE
virtual void dl::DownloadListener::on_progress | ( | double | dlnow, |
double | dltot | ||
) | [inline, virtual] |
Called when progress is made to the download.
dlnow | current number of bytes downloaded |
dltot | total size of file to be downloaded |
Reimplemented in client::GameState.