public class EventIntermediateTimerActivityHandler extends AbstractEventIntermediateTimerActivityHandler
TICK_TIMER, TIMER_EVENT
DEBUG
Constructor and Description |
---|
EventIntermediateTimerActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doWait(MActivity activity,
IInternalAccess instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
cancel, execute
doExecute, getBpmnFeature
public EventIntermediateTimerActivityHandler()
public void doWait(MActivity activity, IInternalAccess instance, ProcessThread thread, long duration)
doWait
in class AbstractEventIntermediateTimerActivityHandler
activity
- The timing event activity.instance
- The process instance.thread
- The process thread.duration
- The duration to wait.