File
Doc
Category
Size
Date
Package
Observer.java
API Doc
Android 1.5 API
945
Wed May 06 22:42:46 BST 2009
com.android.mms.transaction
Observer
public interface Observer
An interface for observing the state of a Transaction.
Fields Summary
Constructors Summary
Methods Summary
public void
update
(
Observable
observable)
Update the state of the observable.
param
observable An observable object.
Java Code Source