Class CdiExecutionListener
java.lang.Object
org.camunda.bpm.engine.cdi.impl.event.AbstractCdiEventListener
org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
org.camunda.bpm.engine.cdi.impl.event.CdiExecutionListener
- All Implemented Interfaces:
Serializable,org.camunda.bpm.engine.delegate.DelegateListener<org.camunda.bpm.engine.delegate.DelegateExecution>,org.camunda.bpm.engine.delegate.ExecutionListener,org.camunda.bpm.engine.delegate.TaskListener
Deprecated.
Backwards compatibility for old CdiExecutionListener usage.
- Author:
- Sebastian Menski
- See Also:
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKEFields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE, EVENTNAME_TIMEOUT, EVENTNAME_UPDATE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
fireEvent, getBeanManagerMethods inherited from class org.camunda.bpm.engine.cdi.impl.event.AbstractCdiEventListener
createEvent, createEvent, getQualifiers, notify, notify
-
Constructor Details
-
CdiExecutionListener
public CdiExecutionListener()Deprecated.
-