Class CdiEventListener
java.lang.Object
org.camunda.bpm.engine.cdi.impl.event.AbstractCdiEventListener
org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- All Implemented Interfaces:
Serializable,DelegateListener<DelegateExecution>,ExecutionListener,TaskListener
- Direct Known Subclasses:
CdiExecutionListener
Generic
ExecutionListener publishing events using the CDI event
infrastructure.- Author:
- Daniel Meyer
- 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
Modifier and TypeMethodDescriptionprotected voidfireEvent(BusinessProcessEvent event, Annotation[] qualifiers) protected javax.enterprise.inject.spi.BeanManagerMethods inherited from class org.camunda.bpm.engine.cdi.impl.event.AbstractCdiEventListener
createEvent, createEvent, getQualifiers, notify, notify
-
Constructor Details
-
CdiEventListener
public CdiEventListener()
-
-
Method Details
-
fireEvent
- Specified by:
fireEventin classAbstractCdiEventListener
-
getBeanManager
protected javax.enterprise.inject.spi.BeanManager getBeanManager()
-