MHttpDownloadMgrObserver Class Reference

API published in: S60 2nd Ed FP 3

Link against: downloadmgr.lib

Capability Information

Required Capabilities

None

Exceptions

The capability NetworkServices is required in: RHttpDownloadMgr::ConnectL( TUid aAppUid, MHttpDownloadMgrObserver& aObserver, TBool aMaster)


#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.

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-2008
Back to top