public interface

Observer

com.android.mms.transaction.Observer
Known Indirect Subclasses

Class Overview

An interface for observing the state of a Transaction.

Summary

Public Methods
abstract void update(Observable observable)
Update the state of the observable.

Public Methods

public abstract void update (Observable observable)

Update the state of the observable.

Parameters
observable An observable object.