Interface BaseExecutionListener

All Superinterfaces:
Serializable
All Known Subinterfaces:
ExecutionListener, TransactionDependentExecutionListener
All Known Implementing Classes:
ClassDelegate, DelegateExecutionListener, DelegateExpressionExecutionListener, DelegateExpressionTransactionDependentExecutionListener, ExpressionExecutionListener, ScriptExecutionListener, ScriptTypeExecutionListener, ServiceTaskJavaDelegateActivityBehavior

public interface BaseExecutionListener extends Serializable
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
Author:
Yvo Swillens