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

Method Summary
 void invoke(FlowInvocationContext flowInvocationContext, Event event, String moduleName, String flowName, FlowElement flowElement)
          Invokes the specified FlowElementwith the specified Event
 

Method Detail

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 FlowComponent
moduleName - - name of this module
flowName - - name of this flow
flowElement - for invocation


Copyright © 2007-2012 Ikasan. All Rights Reserved.