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. |
Definition at line 244 of file sbIBundle.idl.
void sbIDownloadObserver::onDownloadComplete | ( | in sbIBundle | bundle | ) |
Bundle download complete callback This method is called to notify the observer of the download's completion.
bundle | An interface to the bundle manager |
void sbIDownloadObserver::onError | ( | in sbIBundle | bundle | ) |
Bundle download error callback This method is called to notify the observer of an error while downloading.
bundle | An interface to the bundle manager |
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.
bundle | An interface to the bundle manager | |
percent | The percentage of the file that has been downloaded |