Skip to content

Instantly share code, notes, and snippets.

@Elrhino
Created August 28, 2015 15:11
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/ceb99cdc86e1388c1f8b to your computer and use it in GitHub Desktop.
Save Elrhino/ceb99cdc86e1388c1f8b to your computer and use it in GitHub Desktop.
Code snippets from ToasterLauncher - GWTP Beginner's Tutorial Part 1
@UiHandler("launchButton")
public void onLaunch(ClickEvent event) {
// TODO: Send launch parameters to the LauncherPresenter.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment