added in version 22.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

OnItemViewSelectedListener

public interface OnItemViewSelectedListener
implements BaseOnItemViewSelectedListener<Row>

android.support.v17.leanback.widget.OnItemViewSelectedListener


Interface for receiving notification when a row or item becomes selected. The concept of current selection is different than focus. A row or item can be selected without having focus; for example, when a row header view gains focus then the corresponding row view becomes selected. This interface expects row object to be sub class of Row.

Summary

Inherited methods

From interface android.support.v17.leanback.widget.BaseOnItemViewSelectedListener