public interface DispatchAsync
| 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) |
<A extends Action<R>,R extends Result> DispatchRequest execute(A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
<A extends Action<R>,R extends Result> DispatchRequest undo(A action, R result, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void clearProperty(String key)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.