Class JobListenerFactoryBean

All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean

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