Interface FunctionLoop
- All Known Implementing Classes:
FunctionLoopImpl
public interface FunctionLoop
Executes the
FunctionState instances.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelegateFunction(FunctionState function) Delegates theFunctionStateto the appropriateTeamto execute.voidexecuteFunction(FunctionState function) Executes theFunctionStatewithin the currentThread.
-
Method Details
-
executeFunction
Executes theFunctionStatewithin the currentThread.- Parameters:
function-FunctionStateto execute.
-
delegateFunction
Delegates theFunctionStateto the appropriateTeamto execute.- Parameters:
function-FunctionStateto delegate to aTeam.
-