apply html5 vibration feature
[framework/osp/web.git] / inc / FWebCtrlIWebUiEventListenerF.h
index 9e819f5..92d9397 100755 (executable)
 // limitations under the License.\r
 //\r
 \r
-/*\r
+/**\r
 * @file            FWebCtrlIWebUiEventListenerF.h\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
-#ifndef _FWEB_CTRL_IWEB_UI_EVENT_LISTENER_F_H\r
+#ifndef _FWEB_CTRL_IWEB_UI_EVENT_LISTENER_F_H_\r
 #define _FWEB_CTRL_IWEB_UI_EVENT_LISTENER_F_H_\r
 \r
 #include <FBaseRtIEventListener.h>\r
@@ -31,7 +31,7 @@
 namespace Tizen { namespace Web { namespace Controls\r
 {\r
 \r
-/*\r
+/**\r
 * @interface   IWebUiEventListenerF\r
 * @brief               This interface is used for receiving user interface (UI) related events caused by the layout changes of a control.\r
 *\r
@@ -44,14 +44,14 @@ class _OSP_EXPORT_ IWebUiEventListenerF
            : public virtual Tizen::Base::Runtime::IEventListener\r
 {\r
 public:\r
-       /*\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
         *\r
         * @since               2.1\r
         */\r
        virtual ~IWebUiEventListenerF (void) {}\r
 \r
-       /*\r
+       /**\r
         * Called when the layout of a page is updated. @n\r
         * The application must call Tizen::Ui::Control::Show() if the screen needs to be updated.\r
         *\r
@@ -61,7 +61,7 @@ public:
         */\r
        virtual void OnWebPageShowRequested(Tizen::Web::Controls::Web& source) = 0;\r
 \r
-       /*\r
+       /**\r
         * Called when a request for creating a new window is received. @n\r
         * The returned %Web control instance must be constructed by using a child window's Construct() method.\r
         *\r
@@ -71,7 +71,7 @@ public:
         */\r
        virtual Tizen::Web::Controls::Web* OnWebWindowCreateRequested(void) = 0;\r
 \r
-       /*\r
+       /**\r
         * Called when a request for closing the window is received. @n\r
         * This event is called from the parent window's listener that invoked the child window. @n\r
         * The application must free the resource allocated for the %Web Control.\r
@@ -82,7 +82,7 @@ public:
         */\r
        virtual void OnWebWindowCloseRequested(Tizen::Web::Controls::Web& source) = 0;\r
 \r
-       /*\r
+       /**\r
         * Called when the selected block of a page is updated.\r
         *\r
         * @since               2.1\r
@@ -114,7 +114,7 @@ protected:
        //\r
        // @since               2.1\r
        //\r
-       virtual void IWebUiEventListenerF_Reserved2(void) {};\r
+       virtual void IWebUiEventListenerF_Reserved1(void) {};\r
 \r
        //\r
        // This method is for internal use only. Using this method can cause behavioral, security-related, and consistency-related issues in the application.\r
@@ -123,7 +123,7 @@ protected:
        //\r
        // @since               2.1\r
        //\r
-       virtual void IWebUiEventListenerF_Reserved3(void) {};\r
+       virtual void IWebUiEventListenerF_Reserved2(void) {};\r
 \r
        //\r
        // This method is for internal use only. Using this method can cause behavioral, security-related, and consistency-related issues in the application.\r
@@ -132,7 +132,7 @@ protected:
        //\r
        // @since               2.1\r
        //\r
-       virtual void IWebUiEventListenerF_Reserved4(void) {};\r
+       virtual void IWebUiEventListenerF_Reserved3(void) {};\r
 \r
        //\r
        // This method is for internal use only. Using this method can cause behavioral, security-related, and consistency-related issues in the application.\r
@@ -141,7 +141,7 @@ protected:
        //\r
        // @since               2.1\r
        //\r
-       virtual void IWebUiEventListenerF_Reserved5(void) {};\r
+       virtual void IWebUiEventListenerF_Reserved4(void) {};\r
 }; // IWebUiEventListenerF\r
 \r
 }}} // Tizen::Web::Controls\r