public class EventStartRuleHandler extends EventIntermediateRuleHandler
DEBUG| Constructor and Description | 
|---|
| EventStartRuleHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel(MActivity activity,
      IInternalAccess instance,
      ProcessThread thread)Called when the process thread is aborted and waiting is no longer wanted. | 
| void | execute(MActivity activity,
       IInternalAccess instance,
       ProcessThread thread)Execute an activity. | 
doExecute, getBpmnFeaturepublic void execute(MActivity activity,
                    IInternalAccess instance,
                    ProcessThread thread)
execute in interface IActivityHandlerexecute in class EventIntermediateRuleHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.public void cancel(MActivity activity,
                   IInternalAccess instance,
                   ProcessThread thread)
cancel in interface IActivityHandlercancel in class DefaultActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.