| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepListener
This listener informs the audience of the various states of a step.
| Method Summary | |
|---|---|
 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.  | 
 void | 
stepIdle(Trans trans,
         StepMeta stepMeta,
         StepInterface step)
This method is called when a step goes from being active to being idle.  | 
| Method Detail | 
|---|
void stepActive(Trans trans,
                StepMeta stepMeta,
                StepInterface step)
trans - stepMeta - step - 
void stepIdle(Trans trans,
              StepMeta stepMeta,
              StepInterface step)
trans - stepMeta - step - 
void stepFinished(Trans trans,
                  StepMeta stepMeta,
                  StepInterface step)
trans - stepMeta - step - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||