org.camunda.bpm.engine.impl.task.listener
Class ClassDelegateTaskListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.ClassDelegate
      extended by org.camunda.bpm.engine.impl.task.listener.ClassDelegateTaskListener
All Implemented Interfaces:
TaskListener

public class ClassDelegateTaskListener
extends ClassDelegate
implements TaskListener

Author:
Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
className, fieldDeclarations
 
Fields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
 
Constructor Summary
ClassDelegateTaskListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
           
ClassDelegateTaskListener(String className, List<FieldDeclaration> fieldDeclarations)
           
 
Method Summary
protected  TaskListener getTaskListenerInstance()
           
 void notify(DelegateTask delegateTask)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDelegateTaskListener

public ClassDelegateTaskListener(String className,
                                 List<FieldDeclaration> fieldDeclarations)

ClassDelegateTaskListener

public ClassDelegateTaskListener(Class<?> clazz,
                                 List<FieldDeclaration> fieldDeclarations)
Method Detail

notify

public void notify(DelegateTask delegateTask)
Specified by:
notify in interface TaskListener

getTaskListenerInstance

protected TaskListener getTaskListenerInstance()


Copyright © 2016 camunda services GmbH. All rights reserved.