Interface ClassFlowInvoker
-
public interface ClassFlowInvokerInvokes theFlow.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoFlow(int flowIndex, java.lang.Object parameter, FlowCallback callback)Invokes theFlow.
-
-
-
Method Detail
-
doFlow
void doFlow(int flowIndex, java.lang.Object parameter, FlowCallback callback)Invokes theFlow.- Parameters:
flowIndex- Index identifying theFlowto instigate.parameter- Parameter for the firstManagedFunctionof theFlow.callback- OptionalFlowCallback. May benull.
-
-