Listener for events from the BuffDownloader class.
More...
#include <MAUtil/BuffDownloader.h>
List of all members.
Detailed Description
Listener for events from the BuffDownloader class.
Member Function Documentation
Called when some data has been downloaded to notify about the progress of the download.
- Parameters:
-
| downloader | A pointer to the downloader sending this event. |
| downloadedBytes | The amount of bytes downloaded. |
| totalBytes | The amount of bytes to be downloaded. |
Called when all data has been downloaded.
- Parameters:
-
| downloader | A pointer to the downloader sending this event. |
| data | C string containing the downloaded data. |
Called if the download has been cancelled.
- Parameters:
-
| downloader | A pointer to the downloader sending this event. |
Called if an error occured.
- Parameters:
-
| downloader | A pointer to the downloader sending this event. |
| code | The error code describing the error. See CONNERR . |