Class ShadowCountDownTimer

    • Constructor Detail

      • ShadowCountDownTimer

        public ShadowCountDownTimer()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(long millisInFuture,
                                       long countDownInterval)
      • invokeTick

        public void invokeTick​(long millisUntilFinished)
      • invokeFinish

        public void invokeFinish()
      • hasStarted

        public boolean hasStarted()
      • getCountDownInterval

        public long getCountDownInterval()
      • getMillisInFuture

        public long getMillisInFuture()