Class DelegateExpressionExecutionListener

java.lang.Object
org.activiti.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
All Implemented Interfaces:
Serializable, BaseExecutionListener, ExecutionListener

public class DelegateExpressionExecutionListener extends Object implements ExecutionListener
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • notify

      public void notify(DelegateExecution execution)
      Specified by:
      notify in interface ExecutionListener
    • getExpressionText

      public String getExpressionText()
      returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.