public class EventIntermediateTimerActivityHandler extends AbstractEventIntermediateTimerActivityHandler
TICK_TIMER, TIMER_EVENTDEBUG| 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, executedoExecute, getBpmnFeaturepublic EventIntermediateTimerActivityHandler()
public void doWait(MActivity activity,
                   IInternalAccess 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.