org.ikasan.framework.flow.invoker
Interface FlowElementInvoker
- All Known Implementing Classes:
- VisitingFlowElementInvoker
public interface FlowElementInvoker
Interface for classes capable of invoking a specified FlowElement with the specified Event
- Author:
- Ikasan Development Team
invoke
void invoke(FlowInvocationContext flowInvocationContext,
Event event,
String moduleName,
String flowName,
FlowElement flowElement)
- Invokes the specified
FlowElementwith the specified Event
- Parameters:
flowInvocationContext - event - argument for the FlowElement's FlowComponentmoduleName - - name of this moduleflowName - - name of this flowflowElement - for invocation
Copyright © 2007-2012 Ikasan. All Rights Reserved.