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.
 

Method Detail

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 transaction
request - the first RPCRequest of the transaction
response - the RPCResponse containing the session timeout response that caused loginRequired() to be invoked
See Also:
RPCManager.setLoginRequiredCallback(com.smartgwt.client.rpc.LoginRequiredCallback)