WearableListView.OnCentralPositionChangedListener

public static interface WearableListView.OnCentralPositionChangedListener

android.support.wearable.view.WearableListView.OnCentralPositionChangedListener


监听器接口可以添加到WearableListView中,以便在中央项目更改时得到通知。

Summary

Public methods

abstract void onCentralPositionChanged(int centralPosition)

WearableListView的中心项目更改时调用。

Public methods

onCentralPositionChanged

void onCentralPositionChanged (int centralPosition)

WearableListView的中心项目更改时调用。

Parameters
centralPosition int: Position of the item in the Adapter.