Skip to content

Instantly share code, notes, and snippets.

@ipapaste
Created February 14, 2017 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipapaste/9483f74fe511a41383ee3bec4e69b77d to your computer and use it in GitHub Desktop.
Save ipapaste/9483f74fe511a41383ee3bec4e69b77d to your computer and use it in GitHub Desktop.
public interface RPCServiceAsync {
public void getCars(String city, AsyncCallback<List<Car>> callback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment