| Package | Description |
|---|---|
| com.gwtplatform.dispatch.shared |
| 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 |
|---|---|
Action<?>[] |
BatchAction.getActions()
Deprecated.
The list of actions to execute.
|
| 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.
|
Request |
DispatchServiceAsync.execute(String cookieSentByRPC,
Action<?> action,
AsyncCallback<Result> callback)
Deprecated.
This method is called client-side whenever a new action is executed.
|
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.
|
| Constructor and Description |
|---|
BatchAction(BatchAction.OnException onException,
Action<?>... actions)
Deprecated.
Constructs a new batch action, which will attempt to execute the provided
list of actions in order.
|
UnsupportedActionException(Action<? extends Result> action)
Deprecated.
|
| Constructor and Description |
|---|
UnsupportedActionException(Class<? extends Action<? extends Result>> actionClass)
Deprecated.
|
Copyright © 2010–2015 Arcbees. All rights reserved.