读书人

运作中提示框

发布时间: 2013-08-26 12:17:40 作者: rapoo

运行中提示框

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();

?

读书人网 >行业软件

热点推荐