public abstract class SimpleOnCountDownTimerListener extends java.lang.Object implements OnCountDownTimerListener
public void onTick(long millisUntilFinished)
OnCountDownTimerListeneronTick 在接口中 OnCountDownTimerListenermillisUntilFinished - 剩余的时间public void onFinish()
OnCountDownTimerListeneronFinish 在接口中 OnCountDownTimerListenerpublic void onCancel()
OnCountDownTimerListeneronCancel 在接口中 OnCountDownTimerListener