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.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type Callback Modifier and Type Method Description protected void
PvmExecutionImpl. continueExecutionIfNotCanceled(Callback<PvmExecutionImpl,Void> continuation, PvmExecutionImpl execution)
void
PvmExecutionImpl. continueIfExecutionDoesNotAffectNextOperation(Callback<PvmExecutionImpl,Void> dispatching, Callback<PvmExecutionImpl,Void> continuation, PvmExecutionImpl execution)
Executes the given depending operations with the given execution.void
PvmExecutionImpl. dispatchDelayedEventsAndPerformOperation(Callback<PvmExecutionImpl,Void> continuation)
Dispatches the current delayed variable events and performs the given atomic operation if the current state was not changed.
-