org.javasteps.steps
Class EmptyStep
java.lang.Object
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
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 |
EmptyStep
public EmptyStep()
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)