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
- Author:
- Roman Smirnov
-
Field Summary
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
ConstructorDescriptionClassDelegateExecutionListener
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateExecutionListener
(String className, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecutionListener
void
notify
(DelegateExecution execution) Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
-
Field Details
-
LOG
-
-
Constructor Details
-
ClassDelegateExecutionListener
-
ClassDelegateExecutionListener
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
Exception
-
getExecutionListenerInstance
-