net.customware.gwt.dispatch.client
Class DefaultDispatchAsync

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

public class DefaultDispatchAsync
extends java.lang.Object
implements DispatchAsync

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
DefaultDispatchAsync()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDispatchAsync

public DefaultDispatchAsync()
Method Detail

execute

public <A extends Action<R>,R extends Result> void execute(A action,
                                                           com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
Specified by:
execute in interface DispatchAsync


Copyright © 2009 customware.net. All Rights Reserved.