public class DefaultRpcDispatchCallFactory extends Object implements RpcDispatchCallFactory
RpcDispatchCallFactory.| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
create(A action,
AsyncCallback<R> callback) |
<A extends Action<R>,R extends Result> |
create(A action,
R result,
AsyncCallback<Void> callback) |
public <A extends Action<R>,R extends Result> RpcDispatchExecuteCall<A,R> create(A action, AsyncCallback<R> callback)
create in interface RpcDispatchCallFactorypublic <A extends Action<R>,R extends Result> RpcDispatchUndoCall<A,R> create(A action, R result, AsyncCallback<Void> callback)
create in interface RpcDispatchCallFactoryCopyright © 2010–2014 Arcbees. All rights reserved.