All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.os.CountDownTimer Maven / Gradle / Ivy

package android.os;
public abstract class CountDownTimer
{
public  CountDownTimer(long millisInFuture, long countDownInterval) { throw new RuntimeException("Stub!"); }
public final  void cancel() { throw new RuntimeException("Stub!"); }
public final synchronized  android.os.CountDownTimer start() { throw new RuntimeException("Stub!"); }
public abstract  void onTick(long millisUntilFinished);
public abstract  void onFinish();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy