Class ExpressionTaskListener

java.lang.Object
org.camunda.bpm.engine.impl.task.listener.ExpressionTaskListener
All Implemented Interfaces:
TaskListener

public class ExpressionTaskListener extends Object implements TaskListener
Author:
Joram Barrez
  • Field Details

  • Constructor Details

    • ExpressionTaskListener

      public ExpressionTaskListener(Expression expression)
  • Method Details

    • notify

      public void notify(DelegateTask delegateTask)
      Specified by:
      notify in interface TaskListener
    • getExpressionText

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