]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/states/class_Stateable.php
Cruncher continued and rewritten to use states:
[hub.git] / application / hub / interfaces / states / class_Stateable.php
index 7347e605be89803f93e4586775adc499a0cf9029..336550629b24dcc0c5220d898214480568a29095 100644 (file)
  * 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]