Uses of Interface
org.camunda.bpm.engine.impl.pvm.runtime.Callback
- 
Packages that use Callback Package Description org.camunda.bpm.engine.impl.pvm.runtime 
- 
- 
Uses of Callback in org.camunda.bpm.engine.impl.pvm.runtimeMethods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type Callback Modifier and Type Method Description protected voidPvmExecutionImpl. continueExecutionIfNotCanceled(Callback<PvmExecutionImpl,java.lang.Void> continuation, PvmExecutionImpl execution)voidPvmExecutionImpl. continueIfExecutionDoesNotAffectNextOperation(Callback<PvmExecutionImpl,java.lang.Void> dispatching, Callback<PvmExecutionImpl,java.lang.Void> continuation, PvmExecutionImpl execution)Executes the given depending operations with the given execution.voidPvmExecutionImpl. dispatchDelayedEventsAndPerformOperation(Callback<PvmExecutionImpl,java.lang.Void> continuation)Dispatches the current delayed variable events and performs the given atomic operation if the current state was not changed.
 
-