Package org.camunda.qa
Class MyExecutionListener
- java.lang.Object
-
- org.camunda.qa.MyExecutionListener
-
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
public class MyExecutionListener extends java.lang.Object implements ExecutionListener
-
-
Field Summary
-
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
-
Constructor Summary
Constructors Constructor Description MyExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(DelegateExecution delegateExecution)
-
-
-
Method Detail
-
notify
public void notify(DelegateExecution delegateExecution)
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
-
-