#include <mw/fepbase.h>
class MCoeFepObserver |
Public Member Functions | |
---|---|
virtual IMPORT_C void | HandleCompletionOfTransactionL() |
virtual IMPORT_C void | HandleStartOfTransactionL() |
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()