MAiwNotifyCallback Class Reference

class MAiwNotifyCallback
Abstract callback interface to handle callbacks or events from providers. This callback is needed when
  • Consumer wants to pre-check output parameters before returning synchronous Handle*Cmd.

  • Asynchronous Handle*Cmd is used.

  • An asynchronous event occurs in the system.

ServiceHandler.lib
Since
Series 60 2.6

Member Functions Documentation

HandleNotifyL(TInt, TInt, CAiwGenericParamList &, const CAiwGenericParamList &)

TInt HandleNotifyL(TIntaCmdId,
TIntaEventId,
CAiwGenericParamList &aEventParamList,
const CAiwGenericParamList &aInParamList
)[pure virtual]

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

Parameters

TInt aCmdIdThe service command associated to the event.
TInt aEventIdOccured event, see AiwCommon.hrh.
CAiwGenericParamList & aEventParamListEvent parameters, if any, as defined per each event.
const CAiwGenericParamList & aInParamListInput parameters, if any, given in the related HandleCommmandL.