Package org.pentaho.di.trans.step
Class StepAdapter
- java.lang.Object
-
- org.pentaho.di.trans.step.StepAdapter
-
- All Implemented Interfaces:
StepListener
public class StepAdapter extends Object implements StepListener
-
-
Constructor Summary
Constructors Constructor Description StepAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
stepActive
public void stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
Description copied from interface:StepListener
This method is called when a step goes from being idle to being active.- Specified by:
stepActive
in interfaceStepListener
-
stepFinished
public void stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
Description copied from interface:StepListener
This method is called when a step completes all work and is finished.- Specified by:
stepFinished
in interfaceStepListener
-
-