grails.plugins.gwt.client
Interface GwtActionServiceAsync


public interface GwtActionServiceAsync

Async version of GwtActionService.


Method Summary
<T extends Response>
void
execute(Action<T> action, com.google.gwt.user.client.rpc.AsyncCallback<T> callback)
           
 

Method Detail

execute

<T extends Response> void execute(Action<T> action,
                                  com.google.gwt.user.client.rpc.AsyncCallback<T> callback)