#include <mmf/server/mmfdatapathproxy.h>
| class MMMFDataPathEventMonitorObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | HandleEvent(const TMMFEvent &) |
Mixin class that the user of the class CMMFDataPathEventMonitor must derive from.
| void | HandleEvent | ( | const TMMFEvent & | aEvent | ) | [pure virtual] |
Handles an event that has been generated by the datapath.
Called by CMMFDataPathEventMonitor::RunL().
| Parameters | |
|---|---|
| aEvent | The event to be handled. |