org.camunda.bpm.engine.cdi.impl.event
Class CdiExecutionListener

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
      extended by org.camunda.bpm.engine.cdi.impl.event.CdiExecutionListener
All Implemented Interfaces:
Serializable, DelegateListener<DelegateExecution>, ExecutionListener, TaskListener

Deprecated.

@Deprecated
public class CdiExecutionListener
extends CdiEventListener

Backwards compatibility for old CdiExecutionListener usage.

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
 
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
 
Constructor Summary
CdiExecutionListener()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
createEvent, createEvent, getBeanManager, getQualifiers, notify, notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiExecutionListener

public CdiExecutionListener()
Deprecated. 


Copyright © 2016 camunda services GmbH. All rights reserved.