public interface IStepHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STEP_HANDLER
The step handler identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
step(MActivity activity,
IInternalAccess instance,
ProcessThread thread,
java.lang.Object event)
Make a process step, i.e.
|
static final java.lang.String STEP_HANDLER
void step(MActivity activity, IInternalAccess instance, ProcessThread thread, java.lang.Object event)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.