MMMFDataPathEventMonitorObserver Class Reference

class MMMFDataPathEventMonitorObserver

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

Since
7.0s
Public Member Functions
void HandleEvent (const TMMFEvent &)

Member Functions Documentation

HandleEvent(const TMMFEvent &)

void HandleEvent ( const TMMFEvent & aEvent ) [pure virtual]

Handles an event that has been generated by the datapath.

Called by CMMFDataPathEventMonitor::RunL() .

Since
7.0s

Parameters

const TMMFEvent & aEvent The event to be handled.