Beispiel #1
0
 public State(ExecuteMethod executeMethod, DecideMethod decideMethod, EnterMethod enterMethod, ExitMethod exitMethod)
 {
     this.executeMethod = executeMethod;
     this.decideMethod  = decideMethod;
     this.enterMethod   = enterMethod;
     this.exitMethod    = exitMethod;
 }
Beispiel #2
0
 public State(ExecuteMethod executeMethod, DecideMethod decideMethod, EnterMethod enterMethod, ExitMethod exitMethod)
 {
     this.executeMethod	= executeMethod;
     this.decideMethod	= decideMethod;
     this.enterMethod	= enterMethod;
     this.exitMethod = exitMethod;
 }