Package org.pentaho.di.trans.step
Class StepAdapter
java.lang.Object
org.pentaho.di.trans.step.StepAdapter
- All Implemented Interfaces:
StepListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
StepAdapter
public StepAdapter()
-
-
Method Details
-
stepActive
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
Description copied from interface:StepListener
This method is called when a step completes all work and is finished.- Specified by:
stepFinished
in interfaceStepListener
-