X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fstates%2Fclass_Stateable.php;fp=application%2Fhub%2Finterfaces%2Fstates%2Fclass_Stateable.php;h=336550629b24dcc0c5220d898214480568a29095;hb=eedbbb80ac6f49f2d43e3ae9a18008a25cfdc16e;hp=7347e605be89803f93e4586775adc499a0cf9029;hpb=ecfe3c8077fa94964dfab3423e189db81b721a74;p=hub.git diff --git a/application/hub/interfaces/states/class_Stateable.php b/application/hub/interfaces/states/class_Stateable.php index 7347e605b..336550629 100644 --- a/application/hub/interfaces/states/class_Stateable.php +++ b/application/hub/interfaces/states/class_Stateable.php @@ -22,6 +22,13 @@ * along with this program. If not, see . */ 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]