Home · All Classes · Main Classes · Deprecated |
MAppletInstallationSourceInterface is the base class for applet installation source classes. More...
Inherits MApplicationExtensionInterface.
Public Member Functions | |
virtual | ~MAppletInstallationSourceInterface () |
virtual void | setMAppletInventoryInterface (MAppletInventoryInterface &installationSource)=0 |
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.
virtual MAppletInstallationSourceInterface::~MAppletInstallationSourceInterface | ( | ) | [inline, virtual] |
Destructor.
virtual void MAppletInstallationSourceInterface::setMAppletInventoryInterface | ( | MAppletInventoryInterface & | installationSource | ) | [pure virtual] |
Tells the extension about an implementation of the applet inventory interface.
installationSource | Applet inventory interface for instantiating applets |
Copyright © 2010 Nokia Corporation | MeeGo Touch |