Package io.flowcov.camunda.listeners
Class IntermediateEventExecutionListener
- java.lang.Object
-
- io.flowcov.camunda.listeners.IntermediateEventExecutionListener
-
- All Implemented Interfaces:
org.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>,org.camunda.bpm.engine.delegate.ExecutionListener
public class IntermediateEventExecutionListener extends java.lang.Object implements org.camunda.bpm.engine.delegate.ExecutionListenerExecution listener registering intermediate events.
-
-
Constructor Summary
Constructors Constructor Description IntermediateEventExecutionListener(CoverageTestRunState coverageTestRunState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(org.camunda.bpm.engine.delegate.DelegateExecution execution)
-
-
-
Constructor Detail
-
IntermediateEventExecutionListener
public IntermediateEventExecutionListener(CoverageTestRunState coverageTestRunState)
-
-
Method Detail
-
notify
public void notify(org.camunda.bpm.engine.delegate.DelegateExecution execution) throws java.lang.Exception- Specified by:
notifyin interfaceorg.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>- Specified by:
notifyin interfaceorg.camunda.bpm.engine.delegate.ExecutionListener- Throws:
java.lang.Exception
-
-