Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mmfcontrollerframework.h>

Class MAsyncEventHandler

class MAsyncEventHandler;

Description

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

Members

Defined in MAsyncEventHandler:


Member functions


SendEventToClient(const TMMFEvent &)

virtual TInt SendEventToClient(const TMMFEvent &aEvent)=0;

Description

Sends an event to the client.

Parameters

const TMMFEvent &aEvent

The event.

Return value

TInt