Interface FlowExecutionListenerLoader
- All Known Implementing Classes:
ConditionalFlowExecutionListenerLoader,StaticFlowExecutionListenerLoader
public interface FlowExecutionListenerLoader
A strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flow
definition. Typically used by a
FlowExecutionFactory as part of execution creation.- Author:
- Keith Donald
-
Method Summary
Modifier and TypeMethodDescriptiongetListeners(FlowDefinition flowDefinition) Get the flow execution listeners that apply to the given flow definition.
-
Method Details
-
getListeners
Get the flow execution listeners that apply to the given flow definition.- Parameters:
flowDefinition- the flow definition- Returns:
- the listeners that apply
-