AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.http.AbHttpListener类 参考abstract

Public 成员函数

 AbHttpListener ()
 
void onSuccess (String content)
 
void onSuccess (List<?> list)
 
abstract void onFailure (String content)
 
void onStart ()
 
void onFinish ()
 

详细描述

© 2012 amsoft.cn 名称:AbHttpListener.java 描述:Http响应监听器

作者
还如一梦中
版本
v1.0
日期
:2014-08-05 上午9:00:52

构造及析构函数说明

com.ab.http.AbHttpListener.AbHttpListener ( )
inline

构造.

成员函数说明

abstract void com.ab.http.AbHttpListener.onFailure ( String  content)
abstract

请求失败.

参数
contentthe content
void com.ab.http.AbHttpListener.onFinish ( )
inline

完成后调用,失败,成功,调用.

void com.ab.http.AbHttpListener.onStart ( )
inline

描述:获取数据开始.

void com.ab.http.AbHttpListener.onSuccess ( String  content)
inline

请求成功.

参数
contentthe content
void com.ab.http.AbHttpListener.onSuccess ( List<?>  list)
inline

请求成功.

参数
listthe list

该类的文档由以下文件生成: