Class MetricsCaseExecutionListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.metrics.parser.MetricsCaseExecutionListener
-
- All Implemented Interfaces:
CaseExecutionListener
,DelegateListener<DelegateCaseExecution>
public class MetricsCaseExecutionListener extends java.lang.Object implements CaseExecutionListener
- Author:
- Daniel Meyer
-
-
Field Summary
-
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseExecutionListener
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
-
-
Constructor Summary
Constructors Constructor Description MetricsCaseExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(DelegateCaseExecution caseExecution)
-
-
-
Method Detail
-
notify
public void notify(DelegateCaseExecution caseExecution) throws java.lang.Exception
- Specified by:
notify
in interfaceCaseExecutionListener
- Specified by:
notify
in interfaceDelegateListener<DelegateCaseExecution>
- Throws:
java.lang.Exception
-
-