| Package | Description |
|---|---|
| com.gwtplatform.dispatch.rpc.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedActionException |
| Modifier and Type | Method and Description |
|---|---|
Result |
DispatchService.execute(String cookieSentByRPC,
Action<?> action)
This method is called server-side whenever a new action is dispatched.
|
void |
DispatchService.undo(String cookieSentByRPC,
Action<Result> action,
Result result)
This method is called server-side whenever a previously executed action needs to be undone.
|
Copyright © 2010–2015 Arcbees. All rights reserved.