com.tencent.mm.sdk.openapi
Interface IWXAPIEventHandler


public interface IWXAPIEventHandler

Interface used to receive requests and responses
用于接收请求、响应的接口


Method Summary
 void onReq(BaseReq req)
          
This method is called when a request is built from bundle.
 void onResp(BaseResp resp)
          
This method is called when a response is built from bundle.
 

Method Detail

onReq

void onReq(BaseReq req)
This method is called when a request is built from bundle.
当一个请求从bundle构造出来时,该方法被调用

Parameters:
req -
Request object that newly built
新构造的请求对象

onResp

void onResp(BaseResp resp)
This method is called when a response is built from bundle.
当一个响应从bundle构造出来时,该方法被调用

Parameters:
resp -
Response object that newly built
新构造的响应对象