Interface ExecutionListener

All Superinterfaces:
DelegateListener<DelegateExecution>
All Known Implementing Classes:
ActivityInstanceEndListener, ActivityInstanceStartListener, ClassDelegateExecutionListener, DelegateExpressionExecutionListener, ExpressionExecutionListener, HistoryExecutionListener, MetricsExecutionListener, ProcessApplicationEventListenerDelegate, ProcessInstanceEndListener, ProcessInstanceStartListener, ProcessInstanceUpdateListener, ScriptExecutionListener, ServiceTaskJavaDelegateActivityBehavior

public interface ExecutionListener extends DelegateListener<DelegateExecution>
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