net.customware.gwt.dispatch.client.standard
Class StandardDispatchAsync
java.lang.Object
net.customware.gwt.dispatch.client.AbstractDispatchAsync
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
|
Method Summary |
|
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 |
StandardDispatchAsync
public StandardDispatchAsync(ExceptionHandler exceptionHandler)
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.