| Package | Description |
|---|---|
| com.gwtplatform.dispatch.client | |
| com.gwtplatform.dispatch.rest.client | |
| com.gwtplatform.dispatch.rpc.client |
| Constructor and Description |
|---|
DelegatingAsyncCallback(DispatchCall dispatchCall,
A action,
AsyncCallback<R> callback,
DelegatingDispatchRequest dispatchRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestDispatchCall<A extends RestAction<R>,R>
A class representing an execute call to be sent to the server over HTTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RpcDispatchExecuteCall<A extends Action<R>,R extends Result>
A class representing an execute call to be sent to the server using RPC.
|
class |
RpcDispatchUndoCall<A extends Action<R>,R extends Result>
A class representing an undo call to be sent to the server using RPC.
|
Copyright © 2010–2014 Arcbees. All rights reserved.