MHttpDownloadMgrObserver Class Reference

Link against: DownloadMgr.lib


#include <
DownloadMgrClient.h>

Inherited by CDownloadMgrUiDownloadsList, CDownloadMgrUiUserInteractions, and RHttpDownloadMgr.


Detailed Description

Provides the interface for notification of events from a Download Manager session and its subsessions.
Dll -
Since:
Series 60 2.8

Public Member Functions

virtual void HandleDMgrEventL (RHttpDownload &aDownload, THttpDownloadEvent aEvent)=0
 Indicates an event.

Member Function Documentation

virtual void MHttpDownloadMgrObserver::HandleDMgrEventL RHttpDownload aDownload,
THttpDownloadEvent  aEvent
[pure virtual]
 

Indicates an event.

Parameters:
aDownload The download with which the event occured.
aEvent Event type.
Returns:
None.

Implemented in CDownloadMgrUiDownloadsList, CDownloadMgrUiUserInteractions, and RHttpDownloadMgr.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top