Class StepListenerFactoryBean

java.lang.Object
org.springframework.batch.core.listener.AbstractListenerFactoryBean<StepListener>
org.springframework.batch.core.listener.StepListenerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean

public class StepListenerFactoryBean extends AbstractListenerFactoryBean<StepListener>
This AbstractListenerFactoryBean implementation is used to create a StepListener.
Since:
2.0
Author:
Lucas Ward, Dan Garrette
See Also: