`
hyshucom
  • 浏览: 809916 次
文章分类
社区版块
存档分类
最新评论

匿名内部类

 
阅读更多
    Runnable updateThread =  new Runnable(){

		@Override
		public void run() {
			System.out.println("UpdateThread");
			//在run方法内部,执行postDelayed或者是post方法
			handler.postDelayed(updateThread, 3000);
		}
    	
    };

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics