[4.0] When native image is destroyed, It call TriggerEventInterface
[platform/core/uifw/dali-core.git] / dali / devel-api / images / native-image-interface-extension.h
index dfc60d4..0cade82 100644 (file)
@@ -64,6 +64,12 @@ public:
     return NULL;
   }
 
+  /*
+   * @brief When native image is destroyed, Call TriggerEventInterface callback.
+   *
+   */
+  virtual void SetDestructorNotification(void* notification) = 0;
+
 protected:
 
   /**