| Package | Description |
|---|---|
| org.jboss.dmr.client.dispatch | |
| org.jboss.dmr.client.dispatch.impl |
| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
DispatchAsync.execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback) |
DispatchRequest |
ActionHandler.execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> resultCallback,
Map<String,String> properties) |
DispatchRequest |
ActionHandler.undo(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
<A extends Action<R>,R extends Result> |
DispatchAsync.undo(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
DispatchAsyncImpl.execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback) |
DispatchRequest |
DMRHandler.execute(DMRAction action,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> resultCallback,
Map<String,String> properties) |
<A extends Action<R>,R extends Result> |
DispatchAsyncImpl.undo(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
DispatchRequest |
DMRHandler.undo(DMRAction action,
DMRResponse result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.