Update FApp documents from LB
[platform/framework/native/appfw.git] / inc / FAppIAppCheckPointEventListener.h
index a427fee..4bfbb36 100644 (file)
@@ -15,8 +15,8 @@
 //
 
 /**
- * @file                       FAppIAppCheckPointEventListener.h
- * @brief                      This is the header file for the %IAppCheckpointEventListener interface.
+ * @file               FAppIAppCheckPointEventListener.h
+ * @brief              This is the header file for the %IAppCheckpointEventListener interface.
  *
  * This header file contains the declarations of the %IAppCheckpointEventListener interface. @n
  * If a checkpoint event is generated, a method of this interface is called.
@@ -34,13 +34,13 @@ class AppRegistry;
 
 /**
  * @interface IAppCheckpointEventListener
- * @brief      This interface defines the listener for the checkpoint event.
+ * @brief      This interface defines the listener for a checkpoint event.
  *
  * @since      2.0
  *
- * The %IAppCheckpointEventListener interface is used for receiving the checkpoint event.
- * The event is fired when the system is about to terminate an application due to, for example, low memory or when another application
- *  is being launched.
+ * The %IAppCheckpointEventListener interface is used for receiving a checkpoint event.
+ * The event is fired when the system is about to terminate an application due to reasons such as, low memory or when another application
+ * is being launched.
  * @n
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/basics_tizen_programming/tizen_app_model/multitasking_in_tizen.htm">Multitasking in Tizen</a>.
  *
@@ -50,7 +50,7 @@ class _OSP_EXPORT_ IAppCheckpointEventListener
 {
 public:
        /**
-        * This polymorphic destructor should be overridden if required.
+        * 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 +61,7 @@ public:
         * Called when a checkpoint event occurs.
         *
         * @since                       2.0
-        * @param[in]   appRegistry      The application registry
+        * @param[in]   appRegistry      The application's registry
         */
        virtual void OnAppCheckpointing(AppRegistry& appRegistry) = 0;