public static interface ClickListenerHelper.OnClickListener<Item extends IItem>
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(android.view.View v,
int position,
Item item) |
void onClick(android.view.View v,
int position,
Item item)
v - the view which got clickedposition - the items position which got clickeditem - the item which is responsible for this position