Implementation of ImmutableString
[platform/framework/native/appfw.git] / inc / FAppPkgIPackageInstallationEventListener.h
index b504378..96d33bb 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -50,7 +49,10 @@ enum PackageInstallationResult
 *
 * @since       2.0
 *
-* The %IPackageInstallationEventListener interface defines a listener for a package installation and uninstallation.
+* The %IPackageInstallationEventListener interface defines a listener that is notified for events related to installation or uninstallation of packages on a device.
+* The events include installation completion, uninstallation completion, and installation progress.
+* This listener is registered with the PackageManager::AddPackageInstallationEventListener() method and unregistered with the PackageManager::RemovePackageInstallationEventListener() method.
+* Generally, this listener is used in system applications such as application service that utilizes packages' (un)installation information in a system.
 */
 class _OSP_EXPORT_ IPackageInstallationEventListener
        : virtual public Tizen::Base::Runtime::IEventListener