Adding doxygen remarks - status event listener
authorSeonhyungLee <sh2644.lee@samsung.com>
Wed, 20 Mar 2013 06:42:17 +0000 (15:42 +0900)
committerSeonhyungLee <sh2644.lee@samsung.com>
Wed, 20 Mar 2013 06:54:40 +0000 (15:54 +0900)
Change-Id: I8f0c9acaa5395cf77cf636e88e55a1b00e3ccdda

inc/FUiAnimAnimationTransaction.h
inc/FUiAnimVisualElementAnimation.h

index 7321ffd..59a6249 100644 (file)
@@ -203,6 +203,8 @@ public:
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_OPERATION     An uncommitted transaction does not exist.
         * @remarks     This is used as the default value for the newly created VisualElementAnimation class or its descendant classes in the current transaction.
+        * @remarks     When the animation which is listening to an animation status event is removed before starting, the platform skips to call @n
+        *                      the IVisualElementAnimationStatusEventListener::OnVisualElementAnimationStarted() method and directly calls the IVisualElementAnimationStatusEventListener::OnVisualElementAnimationFinished() method.
         */
        static result SetVisualElementAnimationStatusEventListener(IVisualElementAnimationStatusEventListener* pListener);
 
index 0bf0619..714d8fc 100644 (file)
@@ -165,6 +165,8 @@ public:
         * @since       2.0
         *
         * @param[in]   pListener               The listener instance to set
+        * @remarks     When the animation which is listening to an animation status event is removed before starting, the platform skips to call @n
+        *                      the IVisualElementAnimationStatusEventListener::OnVisualElementAnimationStarted() method and directly calls the IVisualElementAnimationStatusEventListener::OnVisualElementAnimationFinished() method.
         */
        void SetVisualElementAnimationStatusEventListener(IVisualElementAnimationStatusEventListener* pListener);