Skip to content

Instantly share code, notes, and snippets.

@ms-tg
Created January 12, 2012 20:55
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 ms-tg/1603048 to your computer and use it in GitHub Desktop.
Save ms-tg/1603048 to your computer and use it in GitHub Desktop.
./TIMWeb/src/main/java/gwt/example01firstlight/client/Example01FirstLightServiceAsync.java
package gwt.example01firstlight.client;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface Example01FirstLightServiceAsync {
void getMessage(String msg, AsyncCallback<String> async);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment