Uses of Interface
com.google.gwt.user.client.rpc.RpcTokenExceptionHandler
-
Packages that use RpcTokenExceptionHandler Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
HasRpcToken. setRpcTokenExceptionHandler(RpcTokenExceptionHandler handler)
Sets the handler for exceptions that occurred during RPC token processing.
-