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