Class ExpressionExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.listener.ExpressionExecutionListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
An
ExecutionListener
that evaluates a Expression
when notified.- Author:
- Frederik Heremans
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this execution listener.void
notify
(DelegateExecution execution)
-
Field Details
-
expression
-
-
Constructor Details
-
ExpressionExecutionListener
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
Exception
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-