Package org.camunda.bpm.engine.delegate
Interface DelegateListener<T extends BaseDelegateExecution>
-
- All Known Subinterfaces:
CaseExecutionListener
,ExecutionListener
- All Known Implementing Classes:
AbstractCdiEventListener
,ActivityInstanceEndListener
,ActivityInstanceStartListener
,CaseActivityInstanceCreateListener
,CaseActivityInstanceEndListener
,CaseActivityInstanceUpdateListener
,CaseInstanceCloseListener
,CaseInstanceCreateListener
,CaseInstanceUpdateListener
,CdiEventListener
,CdiExecutionListener
,ClassDelegateCaseExecutionListener
,ClassDelegateExecutionListener
,DelegateExpressionCaseExecutionListener
,DelegateExpressionExecutionListener
,ExecutionIdRecorder
,ExpressionCaseExecutionListener
,ExpressionExecutionListener
,HistoryCaseExecutionListener
,HistoryExecutionListener
,MetricsCaseExecutionListener
,MetricsExecutionListener
,MyExecutionListener
,ProcessApplicationEventListenerDelegate
,ProcessInstanceEndListener
,ProcessInstanceStartListener
,ProcessInstanceUpdateListener
,ScriptCaseExecutionListener
,ScriptExecutionListener
,ServiceTaskJavaDelegateActivityBehavior
,SignalTestRunListener
,ThrowBpmnErrorDelegate
public interface DelegateListener<T extends BaseDelegateExecution>
- Author:
- Daniel Meyer, Roman Smirnov, Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(T instance)
-
-
-
Method Detail
-
notify
void notify(T instance) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-