net.customware.gwt.dispatch.client
Interface DispatchAsync
- All Known Implementing Classes:
- AbstractDispatchAsync, SecureDispatchAsync, StandardDispatchAsync
public interface DispatchAsync
This is an asynchronous equivalent of the Dispatch interface on the
server side. The reason it exists is because GWT currently can't correctly
handle having generic method templates in method signatures (eg.
<A> A
create( Class type ))
- Author:
- David Peterson
|
Method Summary |
|
execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
|
execute
<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.