com.smartgwt.client.rpc
Interface RPCCallback


public interface RPCCallback


Method Summary
 void execute(RPCResponse response, Object rawData, RPCRequest request)
           
 

Method Detail

execute

void execute(RPCResponse response,
             Object rawData,
             RPCRequest request)
Parameters:
response - a RPCResponse encapsulating the server response to your request
rawData - just the "data" property from the RPCResponse, for convenience
request - the RPCRequest that was sent. You can use RPCRequest.clientContext to track state during the server turnaround