| Interface | Description |
|---|---|
| RpcInterceptor<A,R> |
Instances of this interface will handle specific types of action classes on the client.
|
| RpcInterceptorRegistry |
Implementations of this interface will be used by
DispatchAsync implementation to find
client-side interceptors. |
| UndoCommand<A,R> |
The interface that
RpcInterceptors use to send the action to undo to the server. |
| Class | Description |
|---|---|
| AbstractRpcInterceptor<A,R> |
Simple abstract super-class for
RpcInterceptor implementations that forces the action class to be passed
in as a constructor to the interceptor. |
| DefaultRpcInterceptorRegistry |
The default implementation that
RpcInterceptorRegistry that if bound will not load any client-side
interceptors. |
| RpcInterceptedAsyncCallback<A extends TypedAction<R>,R> |
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor implementations to delegate the execution
result. |
Copyright © 2010–2015 Arcbees. All rights reserved.