MMdfProcessingUnitObserver Class Reference

class MMdfProcessingUnitObserver

Processing Unit observer class

Member Functions Documentation

ExecuteComplete(const CMdfProcessingUnit *, TInt)

void ExecuteComplete ( const CMdfProcessingUnit * aPu,
TInt aErrorCode
) [pure virtual]

Called by a Processing Unit when Execute() has completed.

Parameters

const CMdfProcessingUnit * aPu The Processing Unit which sent the callback.
TInt aErrorCode An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.

InitializeComplete(const CMdfProcessingUnit *, TInt)

void InitializeComplete ( const CMdfProcessingUnit * aPu,
TInt aErrorCode
) [pure virtual]

Called by a Processing Unit when Initialize() has completed.

Parameters

const CMdfProcessingUnit * aPu The Processing Unit which sent the callback.
TInt aErrorCode An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.