Add doxygen comment for invoked only int the main thread.
authorSeungWon Lee <lsw2000.lee@samsung.com>
Wed, 3 Apr 2013 15:05:05 +0000 (00:05 +0900)
committerSeungWon Lee <lsw2000.lee@samsung.com>
Wed, 3 Apr 2013 15:05:05 +0000 (00:05 +0900)
Change-Id: I7b6ca45e21ec98ce71ecdd5edda3414370db9178
Signed-off-by: SeungWon Lee <lsw2000.lee@samsung.com>
inc/FAppIAppSettingEventListener.h

index 75a5732..dc370ee 100644 (file)
@@ -52,6 +52,8 @@ public:
         * the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since       2.0
+        *
+        * @remarks     This method is invoked only in the main thread
         */
        virtual ~IAppSettingEventListener(void) {}
 
@@ -61,6 +63,8 @@ public:
         * @since       2.0
         *
         * @param[in]   id              The ID of the application setting whose value is changed
+        *
+        * @remarks     This method is invoked only in the main thread
         */
        virtual void OnAppSettingChanged(const Tizen::Base::String& id) = 0;