MCoeFepObserver Class Reference

#include <mw/fepbase.h>

class MCoeFepObserver
Public Member Functions
virtual IMPORT_C voidHandleCompletionOfTransactionL()
virtual IMPORT_C voidHandleStartOfTransactionL()

Detailed Description

Specifies the mixin protocol for observing a FEP transaction.

Applications which need to implement this protocol should derive from this class. The functions are not pure virtual because most applications will only need to override one of them.

See also: CCoeFep::MakeDeferredFunctionCall()

Member Function Documentation

HandleCompletionOfTransactionL ( )

IMPORT_C voidHandleCompletionOfTransactionL()[virtual]

HandleStartOfTransactionL ( )

IMPORT_C voidHandleStartOfTransactionL()[virtual]