org.javasteps.steps
Class EmptyStep

java.lang.Object
  extended by org.javasteps.steps.EmptyStep
All Implemented Interfaces:
Step

public class EmptyStep
extends Object
implements Step

An empty step that does nothing on run.

Version:
1.1
Author:
Ran Kornfeld

Constructor Summary
EmptyStep()
           
 
Method Summary
 void run(ProcessImpl process)
          Called by the ProcessInstance when a step must run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyStep

public EmptyStep()
Method Detail

run

public void run(ProcessImpl process)
Description copied from interface: Step
Called by the ProcessInstance when a step must run

Specified by:
run in interface Step
Parameters:
process - The ProcessInstance
See Also:
Step.run(org.javasteps.engine.ProcessImpl)