Skip to content

Instantly share code, notes, and snippets.

@Softsapiens
Forked from brikis98/Helpers.scala
Created January 16, 2014 12:04
Show Gist options
  • Save Softsapiens/8453826 to your computer and use it in GitHub Desktop.
Save Softsapiens/8453826 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