public abstract class AbstractStepListener extends java.lang.Object implements StepListener
Constructor and Description |
---|
AbstractStepListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterStep()
Override this method if the StepListener
will do something after the step ends.
|
void |
beforeStep()
Override this method if the StepListener
will do something before the step begins.
|
public void beforeStep() throws java.lang.Exception
beforeStep
in interface StepListener
java.lang.Exception
- (or subclass) if an error occurs.public void afterStep() throws java.lang.Exception
afterStep
in interface StepListener
java.lang.Exception
- (or subclass) if an error occurs.