public class ClassDelegateExecutionListener extends ClassDelegate implements ExecutionListener
| Modifier and Type | Field and Description |
|---|---|
protected static BpmnBehaviorLogger |
LOG |
className, fieldDeclarationsEVENTNAME_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, getFieldDeclarationsprotected 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 ExecutionListenerExceptionprotected ExecutionListener getExecutionListenerInstance()
Copyright © 2018. All rights reserved.