码迷,mamicode.com
首页 > 移动开发 > 详细

Android学习笔记---Timer的使用

时间:2017-02-23 11:03:55      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:span   code   timertask   --   学习笔记   err   logs   task   cancel   

 1         timer = new Timer();
 2         mTimerTask = new TimerTask() {
 3             @Override
 4             public void run() {
 5                
 6                 //停止定时  
7 mTimerTask.cancel();
8 } 9 }; 10 timer.schedule(mTimerTask, 950);//延时事件

 

Android学习笔记---Timer的使用

标签:span   code   timertask   --   学习笔记   err   logs   task   cancel   

原文地址:http://www.cnblogs.com/langfei8818/p/6432168.html

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