Package jadex.bpmn.runtime.handler
Class EventIntermediateMultipleActivityHandler
- java.lang.Object
-
- jadex.bpmn.runtime.handler.DefaultActivityHandler
-
- jadex.bpmn.runtime.handler.EventIntermediateMultipleActivityHandler
-
- All Implemented Interfaces:
IActivityHandler
public class EventIntermediateMultipleActivityHandler extends DefaultActivityHandler
Event intermediate multi handler.
-
-
Field Summary
-
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
DEBUG
-
-
Constructor Summary
Constructors Constructor Description EventIntermediateMultipleActivityHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(MActivity activity, IInternalAccess instance, ProcessThread thread)
Execute an activity.-
Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
cancel, doExecute, getBpmnFeature
-
-
-
-
Method Detail
-
execute
public void execute(MActivity activity, IInternalAccess instance, ProcessThread thread)
Execute an activity.- Specified by:
execute
in interfaceIActivityHandler
- Overrides:
execute
in classDefaultActivityHandler
- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-
-