#include <mw/downloadmgrclient.h>
| class MHttpDownloadMgrObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | HandleDMgrEventL(RHttpDownload &, THttpDownloadEvent) |
Provides the interface for notification of events from a Download Manager session and its subsessions.
| void | HandleDMgrEventL | ( | RHttpDownload & | aDownload, |
| THttpDownloadEvent | aEvent | |||
| ) | [pure virtual] | |||
Indicates an event.
| Parameter | Description |
|---|---|
| aDownload | The download with which the event occured. |
| aEvent | Event type. |
Returns: None.