Class TaskDashboardProgressBar
- java.lang.Object
-
- cn.boboweike.carrot.tasks.context.TaskDashboardProgressBar
-
public class TaskDashboardProgressBar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCARROT_PROGRESSBAR_KEY
-
Constructor Summary
Constructors Constructor Description TaskDashboardProgressBar(Task task, Long totalAmount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetProgress()voidincreaseByOne()voidsetValue(int currentProgress)voidsetValue(long currentProgress)
-
-
-
Field Detail
-
CARROT_PROGRESSBAR_KEY
public static final String CARROT_PROGRESSBAR_KEY
- See Also:
- Constant Field Values
-
-