MAsyncEventHandler Class Reference

#include <mmf/common/mmfcontrollerframework.h>

class MAsyncEventHandler
Public Member Functions
pure virtual TInt SendEventToClient(const TMMFEvent &)

Detailed Description

Mixin class to define an object capable of handling an event within the controller framework.

Member Function Documentation

SendEventToClient ( const TMMFEvent & )

TInt SendEventToClient(const TMMFEvent &aEvent)[pure virtual]

Sends an event to the client.

Since
7.0s
Parameters
aEventThe event.