Skip to content

Instantly share code, notes, and snippets.

@Elrhino
Created August 28, 2015 15:08
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 Elrhino/ad82de5df865464ca3ba to your computer and use it in GitHub Desktop.
Save Elrhino/ad82de5df865464ca3ba to your computer and use it in GitHub Desktop.
Code snippets from ToasterLauncher - GWTP Beginner's Tutorial Part 1
import com.gwtplatform.mvp.client.UiHandlers;
public interface launcherUiHandlers extends UiHandlers {
void onLaunch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment