#include <mmf/common/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.
Parameters | |
---|---|
aEvent | The event to be handled. |