Interface TaskClientFilter
-
- All Superinterfaces:
TaskFilter
- All Known Implementing Classes:
DisplayNameFilter
public interface TaskClientFilter extends TaskFilter
A filter that is triggered each time that a Task- is about to be created (before it is saved to the
PartitionedStorageProvider) - has been created (after is has been saved in the
PartitionedStorageProvider
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonCreated(AbstractTask task)default voidonCreating(AbstractTask task)
-
-
-
Method Detail
-
onCreating
default void onCreating(AbstractTask task)
-
onCreated
default void onCreated(AbstractTask task)
-
-