| Package | Description |
|---|---|
| com.gwtplatform.dispatch.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedActionException
Deprecated.
Please use
UnsupportedActionException. |
| 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.
|
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.
|
Copyright © 2010–2015 Arcbees. All rights reserved.