net.customware.gwt.dispatch.client.standard
Interface StandardDispatchServiceAsync


public interface StandardDispatchServiceAsync


Method Summary
 void execute(Action<?> action, com.google.gwt.user.client.rpc.AsyncCallback<Result> callback)
          Executes the specified action.
 

Method Detail

execute

void execute(Action<?> action,
             com.google.gwt.user.client.rpc.AsyncCallback<Result> callback)
Executes the specified action.

Parameters:
action - The action to execute.
callback - The callback to execute once the action completes.
See Also:
Dispatch


Copyright © 2011 customware.net. All Rights Reserved.