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
.
Inherited methods | |
---|---|
From
interface
android.support.v17.leanback.widget.BaseOnItemViewSelectedListener
|