MMMFDataPathEventMonitorObserver Class Reference

#include <mmf/server/mmfdatapathproxy.h>

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

Detailed Description

Mixin class that the user of the class CMMFDataPathEventMonitor 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 by the datapath.

Called by CMMFDataPathEventMonitor::RunL().

Since
7.0s
Parameters
aEventThe event to be handled.