MCFContextSource Class Reference

class MCFContextSource

ContextSourceInterface

Since
S60 5.0 None-
Public Member Functions
void HandleCommand (const CCFContextSourceCommand &)
void NoSubscribers (const TDesC &, const TDesC &)
void Subscribers (const TDesC &, const TDesC &)
Protected Member Functions
~MCFContextSource ()

Constructor & Destructor Documentation

~MCFContextSource()

~MCFContextSource ( ) [protected, inline, virtual]

Member Functions Documentation

HandleCommand(const CCFContextSourceCommand &)

void HandleCommand ( const CCFContextSourceCommand & aCommand ) [pure virtual]

Requests the source to handle a command.

Parameters

const CCFContextSourceCommand & aCommand Context source command.

NoSubscribers(const TDesC &, const TDesC &)

void NoSubscribers ( const TDesC & aContextSource,
const TDesC & aContextType
) [pure virtual]

Informs that there are no context subscribers for particular context.

Parameters

const TDesC & aContextSource Context Source.
const TDesC & aContextType Context Type.

Subscribers(const TDesC &, const TDesC &)

void Subscribers ( const TDesC & aContextSource,
const TDesC & aContextType
) [pure virtual]

Informs that there are context subscribers for particular context.

Parameters

const TDesC & aContextSource Context Source.
const TDesC & aContextType Context Type.