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)
StepListener
stepActive
in interface StepListener
public void stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
StepListener
stepFinished
in interface StepListener
Copyright © 2020 Hitachi Vantara. All rights reserved.