Class HistoryExecutionListener

java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
All Implemented Interfaces:
DelegateListener<DelegateExecution>, ExecutionListener
Direct Known Subclasses:
ActivityInstanceEndListener, ActivityInstanceStartListener, ProcessInstanceEndListener, ProcessInstanceStartListener, ProcessInstanceUpdateListener

public abstract class HistoryExecutionListener extends Object implements ExecutionListener

An ExecutionListener implementation that delegates to a HistoryEventProducer.

This allows plugging the history as an execution listener into process execution and make sure history events are generated as we move through the process.

Author:
Daniel Meyer