public static interface

WearableListView.OnCentralPositionChangedListener

Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.

android.support.wearable.view.WearableListView.OnCentralPositionChangedListener

Class Overview

A listener interface that can be added to the WearableListView to get notified when the central item is changed.

Summary

Public Methods
abstract void onCentralPositionChanged(int centralPosition)
Called when the central item of the WearableListView changes.

Public Methods

public abstract void onCentralPositionChanged (int centralPosition)

Called when the central item of the WearableListView changes.

Parameters
centralPosition Position of the item in the Adapter.