Package | Description |
---|---|
com.gwtplatform.dispatch.rpc.server.actionhandler |
Modifier and Type | Method and Description |
---|---|
R |
ActionHandler.execute(A action,
ExecutionContext context)
Handles the specified action.
|
BatchResult |
BatchActionHandler.execute(BatchAction action,
ExecutionContext context) |
TestResult |
TestActionHandler.execute(TestAction action,
ExecutionContext context) |
void |
ActionHandler.undo(A action,
R result,
ExecutionContext context)
Undoes the specified action.
|
void |
BatchActionHandler.undo(BatchAction action,
BatchResult result,
ExecutionContext context) |
void |
TestActionHandler.undo(TestAction action,
TestResult result,
ExecutionContext context) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.