public class ExpressionExecutionListener extends Object implements ExecutionListener
ExecutionListener
that evaluates a Expression
when notified.Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
Constructor and Description |
---|
ExpressionExecutionListener(Expression expression) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionText()
returns the expression text for this execution listener.
|
void |
notify(DelegateExecution execution) |
protected Expression expression
public ExpressionExecutionListener(Expression expression)
public void notify(DelegateExecution execution) throws Exception
notify
in interface DelegateListener<DelegateExecution>
notify
in interface ExecutionListener
Exception
public String getExpressionText()
Copyright © 2022. All rights reserved.