public interface RpcDispatchCallFactory
DispatchCall instances.| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
create(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback) |
<A extends Action<R>,R extends Result> |
create(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
<A extends Action<R>,R extends Result> RpcDispatchExecuteCall<A,R> create(A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
<A extends Action<R>,R extends Result> RpcDispatchUndoCall<A,R> create(A action, R result, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Copyright © 2010–2017 Arcbees. All rights reserved.