Update FApp documents from LB
[platform/framework/native/appfw.git] / inc / FAppIActiveAppEventListener.h
index ad98435..5ae5546 100644 (file)
@@ -33,13 +33,12 @@ namespace Tizen { namespace App
 
 /**
  * @interface  IActiveAppEventListener
- * @brief              This interface is the listener interface for receiving the AppId of active application.
+ * @brief              This interface is the listener interface for receiving the ID of an active application.
  *
  * @since      2.0
  *
- *
  * The %IActiveAppEventListener interface is the listener interface for receiving the active application change events.
- * The class that processes an active application change event implements this interface and registers using
+ * The class that processes an active application change event implements this interface and registers it using
  * the AppManager::AddActiveAppEventListener() method.
  *
  */
@@ -48,8 +47,8 @@ class _OSP_EXPORT_ IActiveAppEventListener
 {
 public:
        /**
-        * This polymorphic destructor should be overridden if required. This way,
-        * the destructors of the derived classes are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since       2.0
         *
@@ -61,7 +60,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   appId           The AppId of the active application
+        * @param[in]   appId           The ID of the active application
         */
        virtual void OnActiveAppChanged(const AppId& appId) = 0;