public class FastAdapter.OnBindViewHolderListenerImpl extends java.lang.Object implements FastAdapter.OnBindViewHolderListener
| Constructor and Description |
|---|
OnBindViewHolderListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBindViewHolder(android.support.v7.widget.RecyclerView.ViewHolder viewHolder,
int position)
is called in onBindViewHolder to bind the data on the ViewHolder
|
public void onBindViewHolder(android.support.v7.widget.RecyclerView.ViewHolder viewHolder,
int position)
onBindViewHolder in interface FastAdapter.OnBindViewHolderListenerviewHolder - the viewHolder for the type at this positionposition - the position of this viewHolder