MAsyncEventHandler Class Reference

#include "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
ParameterDescription
aEventThe event.