public interface StepListener
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
void stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
trans - stepMeta - step - void stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
trans - stepMeta - step - Copyright © 2024 Hitachi Vantara. All rights reserved.