public class EventIntermediateTimerActivityHandler extends AbstractEventIntermediateTimerActivityHandler
TICK_TIMER, TIMER_EVENT
DEBUG
Constructor and Description |
---|
EventIntermediateTimerActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
doWait(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
execute
public EventIntermediateTimerActivityHandler()
public void doWait(MActivity activity, BpmnInterpreter 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.public void cancel(MActivity activity, BpmnInterpreter instance, ProcessThread thread)
cancel
in interface IActivityHandler
cancel
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.info
- The info object.Copyright © 2012. All Rights Reserved.