Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created January 31, 2017 17:53
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 ifucolo/22eed24d467b4b4636e0d3b3b596370b to your computer and use it in GitHub Desktop.
Save ifucolo/22eed24d467b4b4636e0d3b3b596370b to your computer and use it in GitHub Desktop.
public interface OnClickListener {
void onClick(View v);
void onLongClick(View v);
void onTouch(View v, MotionEvent event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment