GWTP Dispatch client 0.6-redhat-2

com.gwtplatform.dispatch.client
Interface CallbackDispatchRequest<R>

Type Parameters:
R - The type of the AsyncCallback.
All Superinterfaces:
com.google.gwt.user.client.rpc.AsyncCallback<R>, DispatchRequest
All Known Implementing Classes:
DefaultCallbackDispatchRequest, DelagatingCallbackDispatchRequest

public interface CallbackDispatchRequest<R>
extends com.google.gwt.user.client.rpc.AsyncCallback<R>, DispatchRequest

An implementation of DispatchRequest that should be used by ClientActionHandlers that make asynchronous calls.

Author:
Christian Goudreau

Method Summary
 
Methods inherited from interface com.google.gwt.user.client.rpc.AsyncCallback
onFailure, onSuccess
 
Methods inherited from interface com.gwtplatform.dispatch.shared.DispatchRequest
cancel, isPending
 


GWTP Dispatch client 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.