net.customware.gwt.dispatch.client.service
Interface DispatchServiceAsync


public interface DispatchServiceAsync


Method Summary
 void execute(Action<?> action, com.google.gwt.user.client.rpc.AsyncCallback<Result> callback)
          GWT-RPC service asynchronous (client-side) interface
 

Method Detail

execute

void execute(Action<?> action,
             com.google.gwt.user.client.rpc.AsyncCallback<Result> callback)
GWT-RPC service asynchronous (client-side) interface

See Also:
Dispatch


Copyright © 2009 customware.net. All Rights Reserved.