`
sanyecao2314
  • 浏览: 131673 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

运行中提示框

 
阅读更多
LongTimeDialog dialog = UITools.getDialog(this);
                dialog.setTitle("正在加载数据...");
                dialog.setLongTimeTask(new ILongTimeTask() {
                        public Object exec() throws Exception {
                                //需要执行的代码

                                return "SUCCESS";
                        }

                        public void afterExec(Object res) throws Exception {
                        }
                });
                dialog.show();

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics