public class StepAdapter extends Object implements StepListener
| Constructor and Description |
|---|
StepAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
stepActive(Trans trans,
StepMeta stepMeta,
StepInterface step)
This method is called when a step goes from being idle to being active.
|
void |
stepFinished(Trans trans,
StepMeta stepMeta,
StepInterface step)
This method is called when a step completes all work and is finished.
|
public void stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
StepListenerstepActive in interface StepListenerpublic void stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
StepListenerstepFinished in interface StepListenerCopyright © 2018 Hitachi Vantara. All rights reserved.