Interface StepListener

  • All Known Implementing Classes:
    StepAdapter

    public interface StepListener
    This listener informs the audience of the various states of a step.
    Author:
    matt
    • Method Detail

      • stepActive

        void stepActive​(Trans trans,
                        StepMeta stepMeta,
                        StepInterface step)
        This method is called when a step goes from being idle to being active.
        Parameters:
        trans -
        stepMeta -
        step -
      • stepFinished

        void stepFinished​(Trans trans,
                          StepMeta stepMeta,
                          StepInterface step)
        This method is called when a step completes all work and is finished.
        Parameters:
        trans -
        stepMeta -
        step -