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
ExecutionListener handling both: ExecutionListener and JavaDelegate. Routes invocation through configured DelegateInterceptor.
Author:
Arthur Hupka-Merle
See Also:
  • Field Details

    • delegate

      protected Object delegate
  • Constructor Details

    • DelegateExecutionListener

      public DelegateExecutionListener(Object delegate)
  • Method Details