Molybden API
|
A class that contains all download events. More...
#include <download_events.hpp>
Public Attributes | |
Event< DownloadFinished > | onDownloadFinished |
Invoked when the download has been finished. | |
Event< DownloadCanceled > | onDownloadCanceled |
Invoked when the download has been canceled. | |
Event< DownloadInterrupted > | onDownloadInterrupted |
Invoked when the download has been interrupted. | |
Event< DownloadPaused > | onDownloadPaused |
Invoked when the download has been paused. | |
Event< DownloadUpdated > | onDownloadUpdated |
Invoked when the download has been updated. | |
A class that contains all download events.
Event<DownloadCanceled> molybden::DownloadEvents::onDownloadCanceled |
Invoked when the download has been canceled.
Use the following approach to subscribe to receiving the event:
Event<DownloadFinished> molybden::DownloadEvents::onDownloadFinished |
Invoked when the download has been finished.
Use the following approach to subscribe to receiving the event:
Event<DownloadInterrupted> molybden::DownloadEvents::onDownloadInterrupted |
Invoked when the download has been interrupted.
Use the following approach to subscribe to receiving the event:
Event<DownloadPaused> molybden::DownloadEvents::onDownloadPaused |
Invoked when the download has been paused.
Use the following approach to subscribe to receiving the event:
Event<DownloadUpdated> molybden::DownloadEvents::onDownloadUpdated |
Invoked when the download has been updated.
Use the following approach to subscribe to receiving the event: