|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowEventListener
Interface for objects which respond to Flow runtime lifecycle events
| Method Summary | |
|---|---|
void |
afterFlow(String moduleName,
String flowName,
Event event)
Callback method to be invoked subsequent to Flow execution |
void |
afterFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
Callback method to be called subsequent to FlowElement execution |
void |
beforeFlow(String moduleName,
String flowName,
Event event)
Callback method to be invoked prior to Flow execution |
void |
beforeFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
Callback method to be invoked prior to FlowElement execution |
| Method Detail |
|---|
void beforeFlow(String moduleName,
String flowName,
Event event)
Flow execution
moduleName - - name of the moduleflowName - - name of the flowevent - - event with which flow is to be invoked
void afterFlow(String moduleName,
String flowName,
Event event)
Flow execution
moduleName - - name of the moduleflowName - - name of the flowevent - - event with which flow was invoked
void beforeFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
FlowElement execution
moduleName - - name of the moduleflowName - - name of the flowflowElement - - FlowElement about to be invokedevent - - event with which flow element is to be invoked
void afterFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
FlowElement execution
moduleName - - name of the moduleflowName - - name of the flowflowElement - - FlowElement which was invokedevent - - event with which flow element was invoked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||