Package com.cheetahdigital.friends.ui
Interface OnItemClickListener
-
public interface OnItemClickListener
The clip listener for friend items in the list
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFriendClick(Friend friend)
Callback when an Friend item is clicked
-