Interface TaskListener
-
public interface TaskListenerDeprecated.use org.camunda.bpm.engine.delegate.TaskListener instead- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENTNAME_ASSIGNMENTDeprecated.static StringEVENTNAME_COMPLETEDeprecated.static StringEVENTNAME_CREATEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidnotify(DelegateTask delegateTask)Deprecated.
-
-
-
Field Detail
-
EVENTNAME_CREATE
static final String EVENTNAME_CREATE
Deprecated.- See Also:
- Constant Field Values
-
EVENTNAME_ASSIGNMENT
static final String EVENTNAME_ASSIGNMENT
Deprecated.- See Also:
- Constant Field Values
-
EVENTNAME_COMPLETE
static final String EVENTNAME_COMPLETE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
notify
void notify(DelegateTask delegateTask)
Deprecated.
-
-