android.os
Class CountDownTimer
java.lang.Object
android.os.CountDownTimer
public abstract class CountDownTimer
- extends Object
Constructor Summary |
CountDownTimer(long millisInFuture,
long countDownInterval)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountDownTimer
public CountDownTimer(long millisInFuture,
long countDownInterval)
cancel
public final void cancel()
start
public final CountDownTimer start()
onTick
public abstract void onTick(long millisUntilFinished)
onFinish
public abstract void onFinish()
Copyright © 2008-2012. All Rights Reserved.