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,
AsyncCallback<R> callback) |
protected <A extends Action<R>,R extends Result> |
prepareExecute(A action) |
protected void |
prepareService(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,
AsyncCallback<Void> callback) |
public <A extends Action<R>,R extends Result> DispatchRequest execute(A action, AsyncCallback<R> callback)
execute in interface DispatchAsyncpublic <A extends Action<R>,R extends Result> DispatchRequest undo(A action, R result, AsyncCallback<Void> callback)
undo in interface DispatchAsyncprotected void prepareService(ServiceDefTarget service, String moduleUrl, String relativeServiceUrl)
Copyright © 2010–2015 Arcbees. All rights reserved.