Handler
public void handleMessage(Message msg){
closeProgressDialog();
if(msg.what==Constant.SUCCESS){
if(msg.obj==null){
CommonUtil.showInfoDialog(context, getString(R.string.net_error));
}else{
callBack.processData(msg.obj, true);
}
}else if(msg.what==Constant.NET_FAILED){
CommonUtil.showInfoDialog(context, getString(R.string.net_error));
}
}
岁月里,寒暑交替。人世间,北来南往。铭心的,云烟的。都付往事,不念,不问。

浙公网安备 33010602011771号