Class ClassDelegateExecutionListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.delegate.ClassDelegate
-
- org.camunda.bpm.engine.impl.bpmn.listener.ClassDelegateExecutionListener
-
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
public class ClassDelegateExecutionListener extends ClassDelegate implements ExecutionListener
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static BpmnBehaviorLogger
LOG
-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
className, fieldDeclarations
-
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
-
Constructor Summary
Constructors Constructor Description ClassDelegateExecutionListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)
ClassDelegateExecutionListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionListener
getExecutionListenerInstance()
void
notify(DelegateExecution execution)
-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
-
-
-
-
Field Detail
-
LOG
protected static final BpmnBehaviorLogger LOG
-
-
Constructor Detail
-
ClassDelegateExecutionListener
public ClassDelegateExecutionListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)
-
ClassDelegateExecutionListener
public ClassDelegateExecutionListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)
-
-
Method Detail
-
notify
public void notify(DelegateExecution execution) throws java.lang.Exception
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
java.lang.Exception
-
getExecutionListenerInstance
protected ExecutionListener getExecutionListenerInstance()
-
-