net.customware.gwt.dispatch.client.standard
Class StandardDispatchAsync

java.lang.Object
  extended by net.customware.gwt.dispatch.client.AbstractDispatchAsync
      extended by net.customware.gwt.dispatch.client.standard.StandardDispatchAsync
All Implemented Interfaces:
DispatchAsync

public class StandardDispatchAsync
extends AbstractDispatchAsync

This class is the default implementation of DispatchAsync, which is essentially the client-side access to the Dispatch class on the server-side.

Author:
David Peterson

Constructor Summary
StandardDispatchAsync(ExceptionHandler exceptionHandler)
           
 
Method Summary
<A extends Action<R>,R extends Result>
void
execute(A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
           
 
Methods inherited from class net.customware.gwt.dispatch.client.AbstractDispatchAsync
onFailure, onSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDispatchAsync

public StandardDispatchAsync(ExceptionHandler exceptionHandler)
Method Detail

execute

public <A extends Action<R>,R extends Result> void execute(A action,
                                                           com.google.gwt.user.client.rpc.AsyncCallback<R> callback)


Copyright © 2011 customware.net. All Rights Reserved.