android.support.v7.widget.RecyclerView.RecyclerListener |
A RecyclerListener can be set on a RecyclerView to receive messages whenever a view is recycled.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is called whenever the view in the ViewHolder is recycled.
|
This method is called whenever the view in the ViewHolder is recycled.
holder | The ViewHolder containing the view that was recycled |
---|