MMMFControllerEventMonitorObserver Class Reference

#include <mmf/common/mmfcontroller.h>

class MMMFControllerEventMonitorObserver
Public Member Functions
pure virtual voidHandleEvent(const TMMFEvent &)

Detailed Description

Mixin class that the user of the class CMMFControllerEventMonitor must derive from.

Since
7.0s

Member Function Documentation

HandleEvent ( const TMMFEvent & )

voidHandleEvent(const TMMFEvent &aEvent)[pure virtual]

Handles an event that has been generated.

Since
7.0s
Parameters
aEventThe event to be handled.