MCFScriptListener Class Reference

class MCFScriptListener

This is a listener interface for Script Engine operations. Context events subscribed via MCFOperationServices interface will be notified via this interface.

CFScriptEngine
Since
S60 v5.0
Public Member Functions
TBool Evaluate(const CCFContextObject &, TInt &)
TBool IsAllRequired()
TPtrC Source()
TPtrC Type()

Member Functions Documentation

Evaluate(const CCFContextObject &, TInt &)

TBool Evaluate(const CCFContextObject &aContext,
TInt &aContextLevelDelay
)[pure virtual]

Performs evaluation based on a context.

Parameters

const CCFContextObject & aContextis the context for evaluation.
TInt & aContextLevelDelayis storage for context level delay required by the evaluation.

IsAllRequired()

TBool IsAllRequired()const [pure virtual]

Tests if this listener requires notification of all contexts.

Source()

TPtrC Source()const [pure virtual]

Returns a context source this listener is interested in.

Type()

TPtrC Type()const [pure virtual]

Returns a context type this listener is interested in.