GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.rpc.RpcTokenExceptionHandler

Packages that use RpcTokenExceptionHandler
com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls. 
 

Uses of RpcTokenExceptionHandler in com.google.gwt.user.client.rpc
 

Methods in com.google.gwt.user.client.rpc that return RpcTokenExceptionHandler
 RpcTokenExceptionHandler HasRpcToken.getRpcTokenExceptionHandler()
          Return RPC token exception handler used with this RPC instance.
 

Methods in com.google.gwt.user.client.rpc with parameters of type RpcTokenExceptionHandler
 void HasRpcToken.setRpcTokenExceptionHandler(RpcTokenExceptionHandler handler)
          Sets the handler for exceptions that occurred during RPC token processing.
 


GWT 2.7.0