X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFWebCtrlIWebUiEventListenerF.h;h=219b94d70f20f7519d4cc02346d59c61591f5b39;hb=42a27b62eb0eab690d8a7c3bd10bb18bb5cfde06;hp=3dd03efff98eeaad091147bf431db40712b27bdb;hpb=86daf9e9f4a4ec7fffd9b80556243f16ff1239ee;p=framework%2Fosp%2Fweb.git diff --git a/inc/FWebCtrlIWebUiEventListenerF.h b/inc/FWebCtrlIWebUiEventListenerF.h old mode 100755 new mode 100644 index 3dd03ef..219b94d --- a/inc/FWebCtrlIWebUiEventListenerF.h +++ b/inc/FWebCtrlIWebUiEventListenerF.h @@ -17,7 +17,7 @@ /** * @file FWebCtrlIWebUiEventListenerF.h -* @brief This is the header file for the %IWebUiEventListenerF interface. +* @brief This is the header file for the %IWebUiEventListenerF interface. * * This header file contains the declarations of the %IWebUiEventListenerF interface. */ @@ -45,7 +45,8 @@ class _OSP_EXPORT_ IWebUiEventListenerF { 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.1 */ @@ -87,7 +88,7 @@ public: * * @since 2.1 * - * @param[in] source The source of the event + * @param[in] source The source of the event * @param[in] startPoint The starting point of the selected block * @param[in] endPoint The ending point of the selected block */ @@ -95,14 +96,14 @@ public: /** * Called just after the touch move event to determine whether the preventDefault() method is triggered or not. @n - * 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. + * 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. * * @since 2.1 * * @param[in] source The source of the event * @param[in] trigger Set to @c true if the preventDefault() method is triggered, @n - * else @c false - * @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. + * else @c false + * @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. */ virtual void OnWebPreventDefaultTriggered(Tizen::Web::Controls::Web& source, bool trigger) {};