Uses of Interface
org.camunda.bpm.engine.impl.pvm.runtime.Callback
-
Uses of Callback in org.camunda.bpm.engine.impl.pvm.runtime
Modifier and TypeMethodDescriptionprotected 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.