Class DelegateExecutionListener
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.listener.DelegateExecutionListener
-
- All Implemented Interfaces:
Serializable,BaseExecutionListener,ExecutionListener
public class DelegateExecutionListener extends Object implements ExecutionListener
ExecutionListenerhandling both:ExecutionListenerandJavaDelegate. Routes invocation through configuredDelegateInterceptor.- Author:
- Arthur Hupka-Merle
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectdelegate-
Fields inherited from interface org.flowable.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
-
Constructor Summary
Constructors Constructor Description DelegateExecutionListener(Object delegate)
-
-
-
Field Detail
-
delegate
protected Object delegate
-
-
Constructor Detail
-
DelegateExecutionListener
public DelegateExecutionListener(Object delegate)
-
-
Method Detail
-
notify
public void notify(DelegateExecution execution)
- Specified by:
notifyin interfaceExecutionListener
-
-