com.smartgwt.client.rpc
Interface LoginRequiredCallback
public interface LoginRequiredCallback
The LoginRequred callback.
Method Summary |
void |
loginRequired(int transactionNum,
RPCRequest request,
RPCResponse response)
Called when a session timeout is encountered while trying to do a background RPC. |
loginRequired
void loginRequired(int transactionNum,
RPCRequest request,
RPCResponse response)
- Called when a session timeout is encountered while trying to do a background RPC.
- Parameters:
transactionNum
- id of the transactionrequest
- the first RPCRequest of the transactionresponse
- the RPCResponse containing the session timeout response that caused loginRequired() to be invoked- See Also:
RPCManager.setLoginRequiredCallback(com.smartgwt.client.rpc.LoginRequiredCallback)