Continued:
[core.git] / framework / main / interfaces / class_FrameworkInterface.php
index 909832f937b0ee9b51174e482433e7e036454a65..d40ffb35a47bc917550a72db16d118c2bf49ff2c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Own namespace
-namespace CoreFramework\Generic;
+namespace Org\Mxchange\CoreFramework\Generic;
 
 /**
  * This is the top-level interface for all other interfaces and should contain
@@ -45,6 +45,14 @@ interface FrameworkInterface {
         */
        function isFieldSet ($fieldName);
 
+       /**
+        * Setter for call-back instance
+        *
+        * @param       $callbackInstance       An instance of a FrameworkInterface class
+        * @return      void
+        */
+       function setCallbackInstance (FrameworkInterface $callbackInstance);
+
        /**
         * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks