MDialogProcessorObserver Class Reference

class MDialogProcessorObserver

MDialogProcessorObserver

Mixin observer class to be derived from by classes wishing to use CDialogProcessor. When the relevant asynchronous function call completes the appropriate function will be called on the observer. Only completion functions used need to be implemented.

Member Functions Documentation

MDPOAuthenticateComplete(TInt)

IMPORT_C voidMDPOAuthenticateComplete(TIntaError)[virtual]

Parameters

TInt aError

MDPODestroyPctComplete(TInt)

IMPORT_C voidMDPODestroyPctComplete(TIntaError)[virtual]

Parameters

TInt aError

MDPOLoginComplete(TInt)

IMPORT_C voidMDPOLoginComplete(TIntaError)[virtual]

Parameters

TInt aError

MDPOQoSWarningComplete(TInt, TBool)

IMPORT_C voidMDPOQoSWarningComplete(TIntaError,
TBoolaResponse
)[virtual]

Parameters

TInt aError
TBool aResponse

MDPOReadPctComplete(TInt)

IMPORT_C voidMDPOReadPctComplete(TIntaError)[virtual]

Parameters

TInt aError

MDPOReconnectComplete(TInt)

IMPORT_C voidMDPOReconnectComplete(TIntaError)[virtual]

Parameters

TInt aError

MDPOSelectComplete(TInt, const TConnectionSettings &)

IMPORT_C voidMDPOSelectComplete(TIntaError,
const TConnectionSettings &aSettings
)[virtual]

Parameters

TInt aError
const TConnectionSettings & aSettings

MDPOSelectModemAndLocationComplete(TInt, const TConnectionSettings &)

IMPORT_C voidMDPOSelectModemAndLocationComplete(TIntaError,
const TConnectionSettings &aSettings
)[virtual]

Parameters

TInt aError
const TConnectionSettings & aSettings

MDPOWarnComplete(TInt, TBool)

IMPORT_C voidMDPOWarnComplete(TIntaError,
TBoolaResponse
)[virtual]

Parameters

TInt aError
TBool aResponse