Home · All Classes · Main Classes · Deprecated
Public Member Functions

MAppletInstallationSourceInterface Class Reference

MAppletInstallationSourceInterface is the base class for applet installation source classes. More...

Inherits MApplicationExtensionInterface.

List of all members.

Public Member Functions

virtual ~MAppletInstallationSourceInterface ()
virtual void setMAppletInventoryInterface (MAppletInventoryInterface &installationSource)=0

Detailed Description

MAppletInstallationSourceInterface is the base class for applet installation source classes.

Applet installation source developers need to implement this interface in a plugin library and export their implementation from the library. The applet inventory will instantiate the available installation sources when needed.

See also:
Developing applet installation sources

Constructor & Destructor Documentation

virtual MAppletInstallationSourceInterface::~MAppletInstallationSourceInterface (  )  [inline, virtual]

Destructor.


Member Function Documentation

virtual void MAppletInstallationSourceInterface::setMAppletInventoryInterface ( MAppletInventoryInterface installationSource  )  [pure virtual]

Tells the extension about an implementation of the applet inventory interface.

Parameters:
installationSource Applet inventory interface for instantiating applets

Copyright © 2010 Nokia Corporation
MeeGo Touch