A - the TypedAction type.R - the result type for this action.public class RpcInterceptedAsyncCallback<A extends Action<R>,R extends Result> extends DelegatingAsyncCallback<A,R,RpcInterceptor<?,?>>
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor implementations to delegate the execution
result.| Constructor and Description |
|---|
RpcInterceptedAsyncCallback(RpcDispatchCallFactory dispatchCallFactory,
DispatchCall<A,R> dispatchCall,
A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback,
DelegatingDispatchRequest dispatchRequest) |
| Modifier and Type | Method and Description |
|---|---|
com.gwtplatform.dispatch.shared.DispatchRequest |
execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> resultCallback) |
delegateExecute, delegateFailure, getAction, getDispatchRequest, onFailure, onSuccesspublic RpcInterceptedAsyncCallback(RpcDispatchCallFactory dispatchCallFactory, DispatchCall<A,R> dispatchCall, A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback, DelegatingDispatchRequest dispatchRequest)
Copyright © 2010–2017 Arcbees. All rights reserved.