| Package | Description |
|---|---|
| org.jboss.dmr.client.dispatch | |
| org.jboss.dmr.client.dispatch.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Action<R extends Result> |
interface |
ActionHandler<A extends Action<R>,R extends Result> |
| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
Dispatch.execute(A action) |
<A extends Action<R>,R extends Result> |
DispatchAsync.execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback) |
<A extends Action<R>,R extends Result> |
Dispatch.undo(A action,
R result) |
<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 | Class and Description |
|---|---|
class |
AbstractSimpleResult<T> |
class |
DMRResponse |
| 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) |
<A extends Action<R>,R extends Result> |
DispatchAsyncImpl.undo(A action,
R result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.