MMsengUIHandler Class Reference

class MMsengUIHandler

An interface class used by the engine to send information to the calling class.

Public Member Functions
voidErrorL(TInt)
voidQuitL(TInt)
voidStartL()

Member Functions Documentation

ErrorL(TInt)

voidErrorL(TIntaError)[pure virtual]

The engine notifies the calling class if some error has happened

Parameters

TInt aErrorError code.

QuitL(TInt)

voidQuitL(TIntaReason)[pure virtual]

The last method called when the scanning is either finished or canceled.

Parameters

TInt aReasonThe quit reason, can be KErrNone or KErrCancel.

StartL()

voidStartL()[pure virtual]

The engine tells that it has successfully initialized itself and started the scanning operation.