Class Priority
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.task.Priority
-
public class Priority extends Object
-
-
Constructor Summary
Constructors Constructor Description Priority()
-
-
-
Field Detail
-
HIGH
public static final int HIGH
- See Also:
- Constant Field Values
-
MEDIUM
public static final int MEDIUM
- See Also:
- Constant Field Values
-
LOW
public static final int LOW
- See Also:
- Constant Field Values
-
-