Skip to content

Instantly share code, notes, and snippets.

@fmedlin
Last active November 6, 2021 12:30
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 fmedlin/0f1deda5918e1061ea57a952094f9ce6 to your computer and use it in GitHub Desktop.
Save fmedlin/0f1deda5918e1061ea57a952094f9ce6 to your computer and use it in GitHub Desktop.
interface ClickHandler {
static void handleClick(@NonNull View view, View.OnClickListener listener) {
view.setOnClickListener(listener);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment