public interface StepListener
Modifier and Type | Method and Description |
---|---|
void |
afterStep()
The afterStep method receives control
after a step execution ends.
|
void |
beforeStep()
The beforeStep method receives control
before a step execution begins.
|
void beforeStep() throws java.lang.Exception
java.lang.Exception
- throw if an error occurs.void afterStep() throws java.lang.Exception
java.lang.Exception
- throw if an error occurs.