Interface ExecutionListener

All Superinterfaces:
BaseExecutionListener, Serializable
All Known Implementing Classes:
ClassDelegate, DelegateExecutionListener, DelegateExpressionExecutionListener, ExpressionExecutionListener, ScriptExecutionListener, ScriptTypeExecutionListener, ServiceTaskJavaDelegateActivityBehavior

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