Interface ExecutionListener
- All Superinterfaces:
DelegateListener<DelegateExecution>
- All Known Implementing Classes:
ActivityInstanceEndListener,ActivityInstanceStartListener,ClassDelegateExecutionListener,DelegateExpressionExecutionListener,ExpressionExecutionListener,HistoryExecutionListener,MetricsExecutionListener,ProcessApplicationEventListenerDelegate,ProcessInstanceEndListener,ProcessInstanceStartListener,ProcessInstanceUpdateListener,ScriptExecutionListener,ServiceTaskJavaDelegateActivityBehavior
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
-
Field Details
-
EVENTNAME_START
- See Also:
-
EVENTNAME_END
- See Also:
-
EVENTNAME_TAKE
- See Also:
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceDelegateListener<DelegateExecution>- Throws:
Exception
-