Uses of Interface
net.customware.gwt.dispatch.client.DispatchAsync

Packages that use DispatchAsync
net.customware.gwt.dispatch.client   
net.customware.gwt.dispatch.client.gin   
net.customware.gwt.dispatch.client.secure   
net.customware.gwt.dispatch.client.standard   
 

Uses of DispatchAsync in net.customware.gwt.dispatch.client
 

Classes in net.customware.gwt.dispatch.client that implement DispatchAsync
 class AbstractDispatchAsync
          An abstract base class that provides methods that can be called to handle success or failure results from the remote service.
 

Uses of DispatchAsync in net.customware.gwt.dispatch.client.gin
 

Methods in net.customware.gwt.dispatch.client.gin that return DispatchAsync
protected  DispatchAsync StandardDispatchModule.provideDispatchAsync(ExceptionHandler exceptionHandler)
           
protected  DispatchAsync SecureDispatchModule.provideDispatchAsync(ExceptionHandler exceptionHandler, SecureSessionAccessor secureSessionAccessor)
           
 

Uses of DispatchAsync in net.customware.gwt.dispatch.client.secure
 

Classes in net.customware.gwt.dispatch.client.secure that implement DispatchAsync
 class SecureDispatchAsync
          This class is the default implementation of DispatchAsync, which is essentially the client-side access to the Dispatch class on the server-side.
 

Uses of DispatchAsync in net.customware.gwt.dispatch.client.standard
 

Classes in net.customware.gwt.dispatch.client.standard that implement DispatchAsync
 class StandardDispatchAsync
          This class is the default implementation of DispatchAsync, which is essentially the client-side access to the Dispatch class on the server-side.
 



Copyright © 2011 customware.net. All Rights Reserved.