Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlIWebUiEventListenerF.h
old mode 100755 (executable)
new mode 100644 (file)
index 3dd03ef..219b94d
@@ -17,7 +17,7 @@
 \r
 /**\r
 * @file            FWebCtrlIWebUiEventListenerF.h\r
-* @brief                     This is the header file for the %IWebUiEventListenerF interface.\r
+* @brief           This is the header file for the %IWebUiEventListenerF interface.\r
 *\r
 * This header file contains the declarations of the %IWebUiEventListenerF interface.\r
 */\r
@@ -45,7 +45,8 @@ class _OSP_EXPORT_ IWebUiEventListenerF
 {\r
 public:\r
        /**\r
-        * 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.\r
+        * This polymorphic destructor should be overridden if required. @n\r
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.\r
         *\r
         * @since               2.1\r
         */\r
@@ -87,7 +88,7 @@ public:
         *\r
         * @since               2.1\r
         *\r
-        * @param[in]   source          The source of the event\r
+        * @param[in]   source                  The source of the event\r
         * @param[in]   startPoint              The starting point of the selected block\r
         * @param[in]   endPoint                The ending point of the selected block\r
         */\r
@@ -95,14 +96,14 @@ public:
 \r
        /**\r
         * Called just after the touch move event to determine whether the preventDefault() method is triggered or not. @n\r
-        * The application that wants to support W3C preventDefault() feature is recommended to use this callback and delay to handle the touch move event until this callback is received.\r
+        * The application that wants to support the W3C preventDefault() feature is recommended to use this callback and delay the handling of the touch move event until this callback is received.\r
         *\r
         * @since               2.1\r
         *\r
         * @param[in]   source          The source of the event\r
         * @param[in]   trigger         Set to @c true if the preventDefault() method is triggered, @n\r
-        *                                              else @c false\r
-        * @remarks                             This callback is always called just after the touch move event and returns @c true when preventDefault() is triggered on the touch start or touch move event.\r
+        *                                                      else @c false\r
+        * @remarks             This callback is always called just after the touch move event and returns @c true when preventDefault() is triggered on the touch start or touch move event.\r
         */\r
        virtual void OnWebPreventDefaultTriggered(Tizen::Web::Controls::Web& source, bool trigger) {};\r
 \r