| Package | Description |
|---|---|
| com.gwtplatform.dispatch.client | |
| com.gwtplatform.dispatch.client.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingAsyncCallback<A extends TypedAction<R>,R,T extends Interceptor>
AsyncCallback implementation wrapping another AsyncCallback object used by a Interceptor
implementations to delegate the execution result. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DelegatingAsyncCallback.delegateExecute(Interceptor interceptor) |
protected void |
DelegatingAsyncCallback.delegateFailure(Interceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterceptor<A,R>
Abstract base interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
<A> IndirectProvider<? extends Interceptor<?,?>> |
InterceptorRegistry.find(A action)
Gets the client-side interceptor that supports the specific action.
|
Copyright © 2010–2015 Arcbees. All rights reserved.