Package jadex.bpmn.runtime.handler
Class EventMultipleStepHandler
- java.lang.Object
 - 
- jadex.bpmn.runtime.handler.EventMultipleStepHandler
 
 
- 
- All Implemented Interfaces:
 IStepHandler
public class EventMultipleStepHandler extends java.lang.Object implements IStepHandler
Step handler that can be used for event-multiple elements. 
- 
- 
Field Summary
- 
Fields inherited from interface jadex.bpmn.runtime.IStepHandler
STEP_HANDLER 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EventMultipleStepHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstep(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread, java.lang.Object event)Make a process step, i.e. 
 - 
 
- 
- 
Method Detail
- 
step
public void step(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread, java.lang.Object event)Make a process step, i.e. find the next edge or activity for a just executed thread.- Specified by:
 stepin interfaceIStepHandler- Parameters:
 activity- The activity to execute.instance- The process instance.thread- The process thread.
 
 - 
 
 -