Interface ClassFlowInvoker


  • public interface ClassFlowInvoker
    Invokes the Flow.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • doFlow

        void doFlow​(int flowIndex,
                    java.lang.Object parameter,
                    FlowCallback callback)
        Invokes the Flow.
        Parameters:
        flowIndex - Index identifying the Flow to instigate.
        parameter - Parameter for the first ManagedFunction of the Flow.
        callback - Optional FlowCallback. May be null.