Java org.springframework.batch.core.listener StepListenerFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.listener StepListenerFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.listener StepListenerFactoryBean.

The text is from its open source code.

Constructor

Method

StepListenergetListener(Object delegate)
Convenience method to wrap any object and expose the appropriate StepListener interfaces.
booleanisListener(Object delegate)
Convenience method to check whether the given object is or can be made into a StepListener .