X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFAppIMapDataControlResponseListener.h;h=7c3fd139a6bc9f9b075cd6d9c02bee434069d8d9;hb=1185b7388d1ed02fd42e0e2e7c0521b3e9506f51;hp=24d1c337698880cbe3e984b47b8e30517e9d6919;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FAppIMapDataControlResponseListener.h b/inc/FAppIMapDataControlResponseListener.h index 24d1c33..7c3fd13 100644 --- a/inc/FAppIMapDataControlResponseListener.h +++ b/inc/FAppIMapDataControlResponseListener.h @@ -34,11 +34,11 @@ namespace Tizen { namespace App /** * @interface IMapDataControlResponseListener -* @brief This interface defines a listener for the MAP-type data control response. +* @brief This interface defines a listener for the key-value structured data control response. * * @since 2.0 * -* The %IMapDataControlResponseListener interface defines a listener for the MAP-type data control response. +* The %IMapDataControlResponseListener interface defines a listener for the key-value structured data control response. */ class _OSP_EXPORT_ IMapDataControlResponseListener : virtual public Tizen::Base::Runtime::IEventListener @@ -54,7 +54,7 @@ public: virtual ~IMapDataControlResponseListener(void) {} /** - * Called when the result value list is received from MAP-type data control provider. @n + * Called when the result value list is received from key-value structured data control provider. @n * The application requesting the data control can get the result value list by implementing this listener. @n * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result value set. * It is called after MapDataControl::GetValue(). @@ -77,7 +77,7 @@ public: bool providerResult, const Tizen::Base::String* pErrorMsg) = 0; /** - * Called when the response is received from MAP-type data control provider. @n + * Called when the response is received from key-value structured data control provider. @n * The application requesting the data control can get the result by implementing this listener. @n * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result response. * It is called after MapDataControl::AddValue(). @@ -96,7 +96,7 @@ public: const Tizen::Base::String& dataId, bool providerResult, const Tizen::Base::String* pErrorMsg) = 0; /** - * Called when the response is received from MAP-type data control provider. @n + * Called when the response is received from key-value structured data control provider. @n * The application requesting the data control can get the result for some data controls by implementing this listener. @n * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result response. * It is called after MapDataControl::SetValue(). @@ -115,7 +115,7 @@ public: const Tizen::Base::String& dataId, bool providerResult, const Tizen::Base::String* pErrorMsg) = 0; /** - * Called when the response is received from MAP-type data control provider. @n + * Called when the response is received from key-value structured data control provider. @n * The application requesting the data control can get the result for some data controls by implementing this listener. @n * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result response. * It is called after MapDataControl::RemoveValue().