public class ClassDelegateExecutionListener extends ClassDelegate implements ExecutionListener
Modifier and Type | Field and Description |
---|---|
protected static BpmnBehaviorLogger |
LOG |
className, fieldDeclarations
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
Constructor and Description |
---|
ClassDelegateExecutionListener(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations) |
ClassDelegateExecutionListener(String className,
List<FieldDeclaration> fieldDeclarations) |
Modifier and Type | Method and Description |
---|---|
protected ExecutionListener |
getExecutionListenerInstance() |
void |
notify(DelegateExecution execution) |
getClassName, getFieldDeclarations
protected static final BpmnBehaviorLogger LOG
public ClassDelegateExecutionListener(String className, List<FieldDeclaration> fieldDeclarations)
public ClassDelegateExecutionListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
public void notify(DelegateExecution execution) throws Exception
notify
in interface DelegateListener<DelegateExecution>
notify
in interface ExecutionListener
Exception
protected ExecutionListener getExecutionListenerInstance()
Copyright © 2022. All rights reserved.