-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Timer.TimerType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description QUEUEING
-
Method Summary
Modifier and Type Method Description static Array<Timer.TimerType>values()static Timer.TimerTypevalueOf(String name)-
-
Method Detail
-
values
static Array<Timer.TimerType> values()
-
valueOf
static Timer.TimerType valueOf(String name)
-
-
-
-