MAiwNotifyCallback Class Reference

Link against: servicehandler.lib

Capability Information

Required Capabilities

None


#include <
AiwCommon.h>

Inherited by CDownloadMgrUiDownloadsList.


Detailed Description

Abstract callback interface to handle callbacks or events from providers.

This callback is needed when

Dll ServiceHandler.lib
Since:
Series 60 2.6

Public Member Functions

virtual TInt HandleNotifyL (TInt aCmdId, TInt aEventId, CAiwGenericParamList &aEventParamList, const CAiwGenericParamList &aInParamList)=0
 Handles notifications caused by an asynchronous Execute*CmdL call or an event.

Member Function Documentation

virtual TInt MAiwNotifyCallback::HandleNotifyL TInt  aCmdId,
TInt  aEventId,
CAiwGenericParamList aEventParamList,
const CAiwGenericParamList aInParamList
[pure virtual]
 

Handles notifications caused by an asynchronous Execute*CmdL call or an event.

Parameters:
aCmdId The service command associated to the event.
aEventId Occured event, see AiwCommon.hrh.
aEventParamList Event parameters, if any, as defined per each event.
aInParamList Input parameters, if any, given in the related HandleCommmandL.
Returns:
Error code for the callback.

Implemented in CDownloadMgrUiDownloadsList.


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

Copyright © Nokia Corporation 2001-2007
Back to top