sbIDownloadObserver Interface Reference

Songbird bundle extension download interface This interface is used to receive bundle extension download progress notifications. More...

List of all members.

Public Member Functions

void onProgress (in sbIBundle bundle, in long percent)
 Bundle download progress callback This method is called to notify the observer of the download progress.
void onDownloadComplete (in sbIBundle bundle)
 Bundle download complete callback This method is called to notify the observer of the download's completion.
void onError (in sbIBundle bundle)
 Bundle download error callback This method is called to notify the observer of an error while downloading.


Detailed Description

Songbird bundle extension download interface This interface is used to receive bundle extension download progress notifications.

See also:
sbIBundle, sbIBundle::downloadFile()

Definition at line 244 of file sbIBundle.idl.


Member Function Documentation

void sbIDownloadObserver::onDownloadComplete ( in sbIBundle  bundle  ) 

Bundle download complete callback This method is called to notify the observer of the download's completion.

Parameters:
bundle An interface to the bundle manager
See also:
onError, sbIBundle, sbIBundle::downloadFile()

void sbIDownloadObserver::onError ( in sbIBundle  bundle  ) 

Bundle download error callback This method is called to notify the observer of an error while downloading.

Parameters:
bundle An interface to the bundle manager
See also:
onDownloadComplete, sbIBundle, sbIBundle::downloadFile()

void sbIDownloadObserver::onProgress ( in sbIBundle  bundle,
in long  percent 
)

Bundle download progress callback This method is called to notify the observer of the download progress.

Parameters:
bundle An interface to the bundle manager
percent The percentage of the file that has been downloaded
See also:
onDownloadComplete, sbIBundle, sbIBundle::downloadFile()


The documentation for this interface was generated from the following file:
Generated on Mon Aug 21 21:01:55 2006 for Songbird by  doxygen 1.4.7