Interface BaseTaskListener
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
TaskListener
- Author:
- Yvo Swillens
-
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:
-