Skip to content

Instantly share code, notes, and snippets.

@brikis98
Created April 26, 2013 23:27
Show Gist options
  • Save brikis98/5471103 to your computer and use it in GitHub Desktop.
Save brikis98/5471103 to your computer and use it in GitHub Desktop.
implicit def onClick(handler: View => Unit) = new OnClickListener() {
override def onClick(source: View) = handler(source)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment