| Modifier and Type | Method and Description |
|---|---|
void |
FlowEventListener.afterFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
FlowEvent event)
Listener callback invoked after a given flow element
|
void |
FlowEventListener.beforeFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
FlowEvent event)
Listener callback invoked before a given flow element
|
FlowElement |
FlowElementInvoker.invoke(FlowEventListener flowEventListener,
String moduleName,
String flowName,
FlowInvocationContext flowInvocationContext,
FlowEvent flowEvent,
FlowElement<COMPONENT> flowElement)
Invokes the specified
FlowElementwith the specified FlowEvent |
void |
FlowEvent.replace(FlowEvent<IDENTIFIER,PAYLOAD> flowEvent)
Replace the internals of this flow event with the provided
|
Copyright © 2007-2016 Ikasan. All Rights Reserved.