public static interface

DataBufferObserver.Observable

com.google.android.gms.common.data.DataBufferObserver.Observable
Known Indirect Subclasses

Class Overview

Interface a data buffer can implement to expose the fact that it supports observation.

Summary

Public Methods
abstract void addObserver(DataBufferObserver observer)
Register the given observer for receiving change notifications.
abstract void removeObserver(DataBufferObserver observer)
Unregister the given observer from receiving change notifications.

Public Methods

public abstract void addObserver (DataBufferObserver observer)

Register the given observer for receiving change notifications.

public abstract void removeObserver (DataBufferObserver observer)

Unregister the given observer from receiving change notifications.