public class DispatchAsyncImpl extends Object implements DispatchAsync
| Constructor and Description |
|---|
DispatchAsyncImpl(HandlerMapping registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperty(String key) |
<A extends Action<R>,R extends Result> |
execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback) |
void |
setProperty(String key,
String value) |
<A extends Action<R>,R extends Result> |
undo(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
@Inject public DispatchAsyncImpl(HandlerMapping registry)
public <A extends Action<R>,R extends Result> DispatchRequest execute(A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
execute in interface DispatchAsyncpublic <A extends Action<R>,R extends Result> DispatchRequest undo(A action, R result, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
undo in interface DispatchAsyncpublic void setProperty(String key, String value)
setProperty in interface DispatchAsyncpublic void clearProperty(String key)
clearProperty in interface DispatchAsyncCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.