org.camunda.bpm.engine.delegate
Interface TaskListener

All Known Implementing Classes:
ActivityInstanceUpdateListener, ClassDelegate, DelegateExpressionTaskListener, ExpressionTaskListener, HistoryTaskListener, ProcessApplicationEventListenerDelegate, ScriptTaskListener

public interface TaskListener

Author:
Tom Baeyens

Field Summary
static String EVENTNAME_ASSIGNMENT
           
static String EVENTNAME_COMPLETE
           
static String EVENTNAME_CREATE
           
 
Method Summary
 void notify(DelegateTask delegateTask)
           
 

Field Detail

EVENTNAME_CREATE

static final String EVENTNAME_CREATE
See Also:
Constant Field Values

EVENTNAME_ASSIGNMENT

static final String EVENTNAME_ASSIGNMENT
See Also:
Constant Field Values

EVENTNAME_COMPLETE

static final String EVENTNAME_COMPLETE
See Also:
Constant Field Values
Method Detail

notify

void notify(DelegateTask delegateTask)


Copyright © 2014 camunda services GmbH. All Rights Reserved.