Package org.pentaho.di.trans.step
Class StepAdapter
java.lang.Object
org.pentaho.di.trans.step.StepAdapter
- All Implemented Interfaces:
StepListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstepActive(Trans trans, StepMeta stepMeta, StepInterface step) This method is called when a step goes from being idle to being active.voidstepFinished(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:StepListenerThis method is called when a step goes from being idle to being active.- Specified by:
stepActivein interfaceStepListener
-
stepFinished
Description copied from interface:StepListenerThis method is called when a step completes all work and is finished.- Specified by:
stepFinishedin interfaceStepListener
-