Package | Description |
---|---|
com.gwtplatform.dispatch.client | |
com.gwtplatform.dispatch.client.actionhandler | |
com.gwtplatform.dispatch.client.actionhandler.caching |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingAsyncCallback<A extends TypedAction<R>,R>
AsyncCallback implementation wrapping another AsyncCallback object used by a
ClientActionHandler to delegate the execution result. |
Modifier and Type | Method and Description |
---|---|
DispatchRequest |
ClientActionHandler.execute(A action,
AsyncCallback<R> resultCallback,
ExecuteCommand<A,R> executeCommand)
Handles the specified action.
|
Modifier and Type | Method and Description |
---|---|
DispatchRequest |
AbstractCachingClientActionHandler.execute(A action,
AsyncCallback<R> resultCallback,
ExecuteCommand<A,R> executeCommand) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.