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