Public Member Functions | |
void | onExtensionDownloadProgress (in sbIBundle aBundle, in long aIndex, in long long aCurrentProgress, in long long aMaxProgress) |
Bundled extension download progress callback This method is called while a bundled extension is being downloaded to report progress. | |
void | onDownloadComplete (in sbIBundle aBundle, in long aIndex) |
Bundled extension download completion callback This method is called upon download completion of a bundled extension. | |
void | onInstallComplete (in sbIBundle aBundle, in long aIndex) |
Bundle installation complete callback This method is called when a bundled extension has been successfully installed. | |
void | onDownloadError (in sbIBundle aBundle, in long aIndex) |
Bundle download error callback This method is called upon error downloading a bundled extension. | |
void | onInstallError (in sbIBundle aBundle, in long aIndex) |
Bundle install error callback This method is called upon error installing a bundled extension. | |
void | onBundleInstallComplete (in sbIBundle aBundle) |
Bundle download and installation complete callback This method is called when the downloading and installing of all the bundled extensions has been completed, regardless of any error that may have occured in the process. |
Definition at line 44 of file sbIBundleInstallListener.idl.
void sbIBundleInstallListener::onExtensionDownloadProgress | ( | in sbIBundle | aBundle, | |
in long | aIndex, | |||
in long long | aCurrentProgress, | |||
in long long | aMaxProgress | |||
) |
Bundled extension download progress callback This method is called while a bundled extension is being downloaded to report progress.
bundle | An interface to the bundle manager that triggered the event | |
index | The 0-based index of the entry that completed downloading | |
percent | The percentage of the file that has been downloaded |
void sbIBundleInstallListener::onDownloadComplete | ( | in sbIBundle | aBundle, | |
in long | aIndex | |||
) |
Bundled extension download completion callback This method is called upon download completion of a bundled extension.
bundle | An interface to the bundle manager that triggered the event | |
index | The 0-based index of the entry that completed downloading |
void sbIBundleInstallListener::onInstallComplete | ( | in sbIBundle | aBundle, | |
in long | aIndex | |||
) |
Bundle installation complete callback This method is called when a bundled extension has been successfully installed.
bundle | An interface to the bundle manager that triggered the event | |
index | The 0-based index of the entry that completed downloading |
void sbIBundleInstallListener::onDownloadError | ( | in sbIBundle | aBundle, | |
in long | aIndex | |||
) |
Bundle download error callback This method is called upon error downloading a bundled extension.
bundle | An interface to the bundle manager that triggered the event | |
index | The 0-based index of the entry that had an error downloading |
void sbIBundleInstallListener::onInstallError | ( | in sbIBundle | aBundle, | |
in long | aIndex | |||
) |
Bundle install error callback This method is called upon error installing a bundled extension.
bundle | An interface to the bundle manager that triggered the event | |
index | The 0-based index of the entry that had an error installing |
void sbIBundleInstallListener::onBundleInstallComplete | ( | in sbIBundle | aBundle | ) |
Bundle download and installation complete callback This method is called when the downloading and installing of all the bundled extensions has been completed, regardless of any error that may have occured in the process.
bundle | An interface to the bundle manager that triggered the event |