Class DelegateExpressionExecutionListener
java.lang.Object
org.activiti.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
- All Implemented Interfaces:
Serializable,BaseExecutionListener,ExecutionListener
- See Also:
-
Field Summary
FieldsFields inherited from interface org.activiti.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
ConstructorsConstructorDescriptionDelegateExpressionExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this execution listener.voidnotify(DelegateExecution execution)
-
Field Details
-
expression
-
-
Constructor Details
-
DelegateExpressionExecutionListener
public DelegateExpressionExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceExecutionListener
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-