Uses of Interface
grails.plugins.gwt.shared.Response

Packages that use Response
grails.plugins.gwt.client   
grails.plugins.gwt.shared   
 

Uses of Response in grails.plugins.gwt.client
 

Methods in grails.plugins.gwt.client with type parameters of type Response
<T extends Response>
T
GwtActionService.execute(Action<T> action)
           
<T extends Response>
void
GwtActionServiceAsync.execute(Action<T> action, com.google.gwt.user.client.rpc.AsyncCallback<T> callback)
           
 

Uses of Response in grails.plugins.gwt.shared
 

Classes in grails.plugins.gwt.shared with type parameters of type Response
 interface Action<T extends Response>
          Embodies a client-side action, for example a search, or selecting a contact.