public static interface

GridPageOptions.BackgroundListener

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.GridPageOptions.BackgroundListener

Class Overview

Interface for communicating background changes to a listener.

Summary

Public Methods
abstract void notifyBackgroundChanged()
Notifies the container about a change to the background.

Public Methods

public abstract void notifyBackgroundChanged ()

Notifies the container about a change to the background. When necessary, getBackground() will be called again for this page to update the background.