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
,DelegateListener<DelegateExecution>
,ExecutionListener
,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_TAKE
Fields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE, EVENTNAME_TIMEOUT, EVENTNAME_UPDATE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
fireEvent, getBeanManager
Methods inherited from class org.camunda.bpm.engine.cdi.impl.event.AbstractCdiEventListener
createEvent, createEvent, getQualifiers, notify, notify
-
Constructor Details
-
CdiExecutionListener
public CdiExecutionListener()Deprecated.
-