MMsengUIHandler Class Reference

class MMsengUIHandler

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

Public Member Functions
void ErrorL ( TInt )
void QuitL ( TInt )
void StartL ()

Member Functions Documentation

ErrorL(TInt)

void ErrorL ( TInt aError ) [pure virtual]

The engine notifies the calling class if some error has happened

Parameters

TInt aError Error code.

QuitL(TInt)

void QuitL ( TInt aReason ) [pure virtual]

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

Parameters

TInt aReason The quit reason, can be KErrNone or KErrCancel.

StartL()

void StartL ( ) [pure virtual]

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