public abstract class AbstractStepListener extends 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 Exception
beforeStep
in interface StepListener
Exception
- (or subclass) if an error occurs.public void afterStep() throws Exception
afterStep
in interface StepListener
Exception
- (or subclass) if an error occurs.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.