org.javasteps.steps
Class ForkStep

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

public class ForkStep
extends Object
implements Step

TBD

Version:
1.1
Author:
Ran Kornfeld

Constructor Summary
ForkStep()
           
 
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

ForkStep

public ForkStep()
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)