All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface taxman.MediaObserver

public interface MediaObserver
This is the loader thread for the Media Loader Design Set. This design set allows a program to download media features as a separate thread while recieving updates on the progress periodically.


Method Index

 o itemLoaded(MediaRecord)
This methhod is over-ridden to recieve updates when each item in a set is loaded.
 o loadingFinished(MediaRecord[])
The method over-ridden to recieve updates when an entire set of media is loaded (i.e.

Methods

 o itemLoaded
 public abstract void itemLoaded(MediaRecord mr)
This methhod is over-ridden to recieve updates when each item in a set is loaded.

Parameters:
mr - The media record item that was loaded just before this method call.
 o loadingFinished
 public abstract void loadingFinished(MediaRecord mr[])
The method over-ridden to recieve updates when an entire set of media is loaded (i.e. the loading is done)

Parameters:
mr - The array of media that was loaded

All Packages  Class Hierarchy  This Package  Previous  Next  Index