org.javasteps.steps
Interface Step

All Known Implementing Classes:
ActionStep, ConditionStep, EmptyStep, ForkStep

public interface Step

The Step interface is the basic interface every step that his participating in a process must implement

Version:
1.1
Author:
Ran Kornfeld

Method Summary
 void run(ProcessImpl process)
          Called by the ProcessInstance when a step must run
 

Method Detail

run

void run(ProcessImpl process)
Called by the ProcessInstance when a step must run

Parameters:
process - The ProcessInstance