Skip to content

Instantly share code, notes, and snippets.

@bperin
Created December 21, 2014 00:01
Show Gist options
  • Save bperin/7d31edb58aaa3758dd49 to your computer and use it in GitHub Desktop.
Save bperin/7d31edb58aaa3758dd49 to your computer and use it in GitHub Desktop.
public interface RecyclerItemClicked{
void onRecyclerItemClicked(int position);
void onRecyclerLongClicked(int position);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment