Package org.activiti.engine.delegate
Interface BaseTaskListener
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
TaskListener,TransactionDependentTaskListener
- All Known Implementing Classes:
ClassDelegate,DelegateExpressionTaskListener,DelegateExpressionTransactionDependentTaskListener,ExpressionTaskListener,ScriptTaskListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNot an actual event, used as a marker-value forBaseTaskListeners that should be called for all events, includingEVENTNAME_CREATE,EVENTNAME_ASSIGNMENTandEVENTNAME_COMPLETEandEVENTNAME_DELETE.static final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
EVENTNAME_CREATE
- See Also:
-
EVENTNAME_ASSIGNMENT
- See Also:
-
EVENTNAME_COMPLETE
- See Also:
-
EVENTNAME_DELETE
- See Also:
-
EVENTNAME_ALL_EVENTS
Not an actual event, used as a marker-value forBaseTaskListeners that should be called for all events, includingEVENTNAME_CREATE,EVENTNAME_ASSIGNMENTandEVENTNAME_COMPLETEandEVENTNAME_DELETE.- See Also:
-