码迷,mamicode.com
首页 > 其他好文 > 详细

TimerTask

时间:2017-11-10 18:55:16      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:rri   schedule   new   cost   time   timer   use   void   ide   

Timer timer = new Timer();
timer.schedule(new TimerTask() {
@Override
public void run() {
if (!stop) {
Log.i(TAG, "exit because of costTime.");
stop = true;
}
}
}, costTime);

TimerTask

标签:rri   schedule   new   cost   time   timer   use   void   ide   

原文地址:http://www.cnblogs.com/muhe221/p/7815327.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!