org.springframework.webflow.execution
Interface FlowExecutionListenerCriteria

All Known Implementing Classes:
FlowExecutionListenerCriteriaFactory.FlowIdFlowExecutionListenerCriteria, FlowExecutionListenerCriteriaFactory.WildcardFlowExecutionListenerCriteria

public interface FlowExecutionListenerCriteria

Strategy interface that determines if a flow execution listener should attach to executions of a specific flow definition.

This selection strategy is used by the flow execution manager.

Author:
Keith Donald, Erwin Vervaet
See Also:
FlowExecution, FlowExecutionListener, FlowExecutionManager

Method Summary
 boolean applies(Flow flow)
          Does this listener criteria apply to the provided flow definition?
 

Method Detail

applies

boolean applies(Flow flow)
Does this listener criteria apply to the provided flow definition?

Parameters:
flow - the flow definition
Returns:
true if yes, false if no


Copyright © 2005. All Rights Reserved.