org.camunda.bpm.engine.impl.bpmn.listener
Class ClassDelegateExecutionListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.ClassDelegate
      extended by 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
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
ClassDelegateExecutionListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
           
ClassDelegateExecutionListener(String className, List<FieldDeclaration> fieldDeclarations)
           
 
Method Summary
protected  ExecutionListener getExecutionListenerInstance()
           
 void notify(DelegateExecution execution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final BpmnBehaviorLogger LOG
Constructor Detail

ClassDelegateExecutionListener

public ClassDelegateExecutionListener(String className,
                                      List<FieldDeclaration> fieldDeclarations)

ClassDelegateExecutionListener

public ClassDelegateExecutionListener(Class<?> clazz,
                                      List<FieldDeclaration> fieldDeclarations)
Method Detail

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.