MAsyncEventHandler Class Reference

class MAsyncEventHandler

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

Public Member Functions
TInt SendEventToClient (const TMMFEvent &)

Member Functions Documentation

SendEventToClient(const TMMFEvent &)

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

Sends an event to the client.

Since
7.0s

Parameters

const TMMFEvent & aEvent The event.