Interface ApplyStateFilter
-
- All Superinterfaces:
TaskFilter
public interface ApplyStateFilter extends TaskFilter
A filter that is triggered each time that the state of a task has changed (except when the Task is deleted via the Dashboard). Can be useful for adding extra logging, ... . This filter will be called after that the task has been saved to aPartitionedStorageProvider. Altering the task will not have any influence as it is not saved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStateApplied(Task task, TaskState oldState, TaskState newState)
-