Class StepAdapter

java.lang.Object
org.pentaho.di.trans.step.StepAdapter
All Implemented Interfaces:
StepListener

public class StepAdapter extends Object implements StepListener
  • Constructor Details

    • StepAdapter

      public StepAdapter()
  • Method Details

    • 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 interface StepListener
      Parameters:
      trans -
      stepMeta -
      step -
    • 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 interface StepListener
      Parameters:
      trans -
      stepMeta -
      step -