-
- All Implemented Interfaces:
-
tv.mycujoo.mcls.manager.ITimer
public final class TimerVariable implements ITimer
-
-
Constructor Summary
Constructors Constructor Description TimerVariable(String name, ScreenTimerFormat format, ScreenTimerDirection direction, Long startValue, Long capValue)
-
Method Summary
Modifier and Type Method Description final StringgetName()StringgetTime()region Over-ridden functions Unitstart(TimerEntity.StartTimer startTimer, Long now)Unitpause(TimerEntity.PauseTimer pauseTimer, Long now)Unitadjust(TimerEntity.AdjustTimer adjustTimer, Long now)Unitskip(TimerEntity.SkipTimer skipTimer, Long now)-
-
Constructor Detail
-
TimerVariable
TimerVariable(String name, ScreenTimerFormat format, ScreenTimerDirection direction, Long startValue, Long capValue)
-
-
Method Detail
-
start
Unit start(TimerEntity.StartTimer startTimer, Long now)
-
pause
Unit pause(TimerEntity.PauseTimer pauseTimer, Long now)
-
adjust
Unit adjust(TimerEntity.AdjustTimer adjustTimer, Long now)
-
skip
Unit skip(TimerEntity.SkipTimer skipTimer, Long now)
-
-
-
-