#include "mmfcontroller.h"
| class MMMFControllerEventMonitorObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | HandleEvent(const TMMFEvent &) |
Mixin class that the user of the class CMMFControllerEventMonitor must derive from.
| void | HandleEvent | ( | const TMMFEvent & | aEvent | ) | [pure virtual] |
Handles an event that has been generated.
| Parameter | Description |
|---|---|
| aEvent | The event to be handled. |