Class ExpressionExecutionListener

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

public class ExpressionExecutionListener extends Object implements ExecutionListener
An ExecutionListener that evaluates a Expression when notified.
See Also:
  • Field Details

  • Constructor Details

    • ExpressionExecutionListener

      public ExpressionExecutionListener(Expression expression)
  • 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.