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