Interface ClassFlowInvoker
-
public interface ClassFlowInvoker
Invokes theFlow
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doFlow(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 theFlow
to instigate.parameter
- Parameter for the firstManagedFunction
of theFlow
.callback
- OptionalFlowCallback
. May benull
.
-
-