public class StepAdapter extends Object implements StepListener
| 构造器和说明 |
|---|
StepAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 StepListenerpublic void stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
StepListenerstepFinished 在接口中 StepListenerCopyright © 2024 Hitachi Vantara. All rights reserved.