public class ExpressionCaseExecutionListener extends Object implements CaseExecutionListener
Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
Constructor and Description |
---|
ExpressionCaseExecutionListener(Expression expression) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionText()
Returns the expression text for this execution listener.
|
void |
notify(DelegateCaseExecution caseExecution) |
protected Expression expression
public ExpressionCaseExecutionListener(Expression expression)
public void notify(DelegateCaseExecution caseExecution) throws Exception
notify
in interface CaseExecutionListener
notify
in interface DelegateListener<DelegateCaseExecution>
Exception
public String getExpressionText()
Copyright © 2019. All rights reserved.