Class DisplayNameFilter
- java.lang.Object
-
- cn.boboweike.carrot.tasks.filters.DisplayNameFilter
-
- All Implemented Interfaces:
TaskClientFilter,TaskFilter
public class DisplayNameFilter extends Object implements TaskClientFilter
-
-
Constructor Summary
Constructors Constructor Description DisplayNameFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCreating(AbstractTask task)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.boboweike.carrot.tasks.filters.TaskClientFilter
onCreated
-
-
-
-
Method Detail
-
onCreating
public void onCreating(AbstractTask task)
- Specified by:
onCreatingin interfaceTaskClientFilter
-
-