public static interface

GridViewPager.OnAdapterChangeListener

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.GridViewPager.OnAdapterChangeListener
Known Indirect Subclasses

Class Overview

Callback interface for responding to a replaced or removed adapter.

Summary

Public Methods
abstract void onAdapterChanged(GridPagerAdapter oldAdapter, GridPagerAdapter newAdapter)
Called when the adapter is changed with setAdapter(GridPagerAdapter).
abstract void onDataSetChanged()
Called when a change is made to the content of the current adapter.

Public Methods

public abstract void onAdapterChanged (GridPagerAdapter oldAdapter, GridPagerAdapter newAdapter)

Called when the adapter is changed with setAdapter(GridPagerAdapter).

public abstract void onDataSetChanged ()

Called when a change is made to the content of the current adapter.