public class RpcDispatchAsync extends Object implements DispatchAsync
DispatchAsync, which is
essentially the client-side access to the com.gwtplatform.dispatch.rpc.server.Dispatch class on the
server-side.| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback) |
protected <A extends Action<R>,R extends Result> |
prepareExecute(A action) |
protected void |
prepareService(com.google.gwt.user.client.rpc.ServiceDefTarget service,
String moduleUrl,
String relativeServiceUrl) |
protected <A extends Action<R>,R extends Result> |
prepareUndo(A action) |
<A extends Action<R>,R extends Result> |
undo(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
public <A extends Action<R>,R extends Result> com.gwtplatform.dispatch.shared.DispatchRequest execute(A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
execute in interface DispatchAsyncpublic <A extends Action<R>,R extends Result> com.gwtplatform.dispatch.shared.DispatchRequest undo(A action, R result, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
undo in interface DispatchAsyncCopyright © 2010–2017 Arcbees. All rights reserved.