Package com.smartgwt.client.rpc
Interface LoginRequiredCallback
public interface LoginRequiredCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidloginRequired(int transactionNum, RPCRequest rpcRequest, RPCResponse rpcResponse) Called when a session timeout is encountered while trying to do a background RPC. 
- 
Method Details
- 
loginRequired
Called when a session timeout is encountered while trying to do a background RPC.- Parameters:
 transactionNum- id of the transactionrpcRequest- first RPCRequest of the transactionrpcResponse- RPCResponse containing the session timeout response that caused loginRequired() to be invoked
 
 -