| Package | Description |
|---|---|
| com.gwtplatform.dispatch.shared |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Action<R extends Result>
Deprecated.
Please use
Action. |
class |
ActionImpl<R extends Result>
Deprecated.
Please use
ActionImpl. |
class |
UnsecuredActionImpl<R extends Result>
Deprecated.
Please use
UnsecuredActionImpl. |
| Modifier and Type | Method and Description |
|---|---|
<A extends Action<R>,R extends Result> |
DispatchAsync.execute(A action,
AsyncCallback<R> callback)
Deprecated.
This method is called client-side whenever a new action is executed.
|
<A extends Action<R>,R extends Result> |
DispatchAsync.undo(A action,
R result,
AsyncCallback<Void> callback)
Deprecated.
This method is called client-side whenever a previous executed action need
to be undone.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
DispatchService.execute(String cookieSentByRPC,
Action<?> action)
Deprecated.
This method is called server-side whenever a new action is dispatched.
|
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
BatchResult.getResults()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
DispatchServiceAsync.undo(String cookieSentByRPC,
Action<?> action,
Result result,
AsyncCallback<Void> callback)
Deprecated.
This method is called client-side whenever a previous executed action need
to be undone.
|
void |
DispatchService.undo(String cookieSentByRPC,
Action<Result> action,
Result result)
Deprecated.
This method is called server-side whenever a previously executed action
needs to be undone.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
DispatchServiceAsync.execute(String cookieSentByRPC,
Action<?> action,
AsyncCallback<Result> callback)
Deprecated.
This method is called client-side whenever a new action is executed.
|
void |
DispatchService.undo(String cookieSentByRPC,
Action<Result> action,
Result result)
Deprecated.
This method is called server-side whenever a previously executed action
needs to be undone.
|
| Constructor and Description |
|---|
BatchResult(List<Result> results)
Deprecated.
Creates a new result with the list of results from the batch action, in
order.
|
UnsupportedActionException(Action<? extends Result> action)
Deprecated.
|
UnsupportedActionException(Class<? extends Action<? extends Result>> actionClass)
Deprecated.
|
Copyright © 2010–2015 Arcbees. All rights reserved.