(PropertyNotification) Added conditions to allow checking of a specific vector components
[platform/core/uifw/dali-core.git] / dali / internal / event / common / proxy-object.h
index 71ade3e..ef29a2c 100644 (file)
@@ -217,16 +217,10 @@ public: // Property system interface from Internal::Object
    * @copydoc Dali::Handle::AddPropertyNotification()
    */
   virtual Dali::PropertyNotification AddPropertyNotification(Property::Index index,
+                                                             int componentIndex,
                                                              const Dali::PropertyCondition& condition);
 
   /**
-   * @copydoc Dali::Handle::AddPropertyNotification(Property::Index index, const PropertyCondition& condition, PropertyNotifyCallbackType callback)
-   */
-  virtual Dali::PropertyNotification AddPropertyNotification(Property::Index index,
-                                                             const Dali::PropertyCondition& condition,
-                                                             PropertyNotifyCallbackType callback);
-
-  /**
    * @copydoc Dali::Handle::RemovePropertyNotification()
    */
   virtual void RemovePropertyNotification(Dali::PropertyNotification propertyNotification);