]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/class_FrameworkInterface.php
Continued:
[core.git] / framework / main / interfaces / class_FrameworkInterface.php
index 909832f937b0ee9b51174e482433e7e036454a65..047b94affe0a9e6adede1987a87f042bb796d2f2 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
@@ -8,7 +8,7 @@ namespace CoreFramework\Generic;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2019 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  * @todo               Find a better name for this interface
@@ -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