org.camunda.bpm.engine.impl.bpmn.listener
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final BpmnBehaviorLogger LOG
ClassDelegateExecutionListener
public ClassDelegateExecutionListener(String className,
List<FieldDeclaration> fieldDeclarations)
ClassDelegateExecutionListener
public ClassDelegateExecutionListener(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations)
notify
public void notify(DelegateExecution execution)
throws Exception
- Specified by:
notify in interface DelegateListener<DelegateExecution>- Specified by:
notify in interface ExecutionListener
- Throws:
Exception
getExecutionListenerInstance
protected ExecutionListener getExecutionListenerInstance()
Copyright © 2016 camunda services GmbH. All rights reserved.