]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/states/class_Stateable.php
Updated copyright year as this software has been changed in this year.
[hub.git] / application / hub / interfaces / states / class_Stateable.php
index 599cbda73a90a5b53bc57ccdcf41a39361416062..46b65f5ed19dabe47c6d642755526ebb91c1ea8e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for general states
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Stateable extends FrameworkInterface {
+       /**
+        * Executes the state with given Executor instance
+        *
+        * @param       $executorInstance       An instance of a Executor class
+        * @return      void
+        */
+       function executeState (Executor $executorInstance);
 }
 
 // [EOF]