public class EventIntermediateTimerActivityHandler extends AbstractEventIntermediateTimerActivityHandler
TICK_TIMER, TIMER_EVENTDEBUG| Constructor and Description |
|---|
EventIntermediateTimerActivityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doWait(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
cancel, executepublic EventIntermediateTimerActivityHandler()
public void doWait(jadex.bpmn.model.MActivity activity, BpmnInterpreter instance, ProcessThread thread, long duration)
doWait in class AbstractEventIntermediateTimerActivityHandleractivity - The timing event activity.instance - The process instance.thread - The process thread.duration - The duration to wait.Copyright © 2015. All Rights Reserved.