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 RpcDispatchCallFactory
public <A extends Action<R>,R extends Result> RpcDispatchUndoCall<A,R> create(A action, R result, AsyncCallback<Void> callback)
create
in interface RpcDispatchCallFactory
Copyright © 2010-2014 ArcBees. All Rights Reserved.