MCFScriptOwnerInterface Class Reference

class MCFScriptOwnerInterface

Script owner interface. Clients implementing this interface will get a notification if the scripts registered by this client are removed by an update to the provider plug-in- E.g. the operation plug-in which has dependency to the script is updated or removed.

None.
Since
S60 5.0
Public Member Functions
voidHandleScriptsRemovedL(const RArray< TInt > &)

Member Functions Documentation

HandleScriptsRemovedL(const RArray< TInt > &)

voidHandleScriptsRemovedL(const RArray< TInt > &aScriptIds)[pure virtual]

Notified when the scripts have been removed. CFServer will try to re-activate the scripts but if the script cannot be found from the file system, the client will get a notification.

Parameters

const RArray< TInt > & aScriptIdsScript ids which have been deregistered.