Songbird Private Bundle Interface This is a private interface for bundle management, used by the bundle download user interface.
More...
import"sbPIBundle.idl";
|
void | setInstallResult (in long aResult) |
| Sets the result of the installation attempt This method records the result of the extension installation attempt. It should be called by the dialog implementing download and XPI installation. More...
|
|
void | setNeedRestart (in boolean aNeeded) |
| Sets the flag indicating that a restart is needed This method sets the flag indicating that a restart of the application is needed in order for installed extensions to take effect. More...
|
|
sbIBundleDownloadListener | getInstallListener (in long aIndex) |
|
Songbird Private Bundle Interface This is a private interface for bundle management, used by the bundle download user interface.
- See Also
- sbIBundle
Definition at line 45 of file sbPIBundle.idl.
sbIBundleDownloadListener sbPIBundle::getInstallListener |
( |
in long |
aIndex | ) |
|
void sbPIBundle::setInstallResult |
( |
in long |
aResult | ) |
|
Sets the result of the installation attempt This method records the result of the extension installation attempt. It should be called by the dialog implementing download and XPI installation.
- Parameters
-
window | The parent for the progress dialog box |
void sbPIBundle::setNeedRestart |
( |
in boolean |
aNeeded | ) |
|
Sets the flag indicating that a restart is needed This method sets the flag indicating that a restart of the application is needed in order for installed extensions to take effect.
- Parameters
-
needed | Value of the flag to set |
readonly attribute long sbPIBundle::installListenerCount |
The documentation for this interface was generated from the following file:
- /home/martin/dev/nightingale-hacking/components/bundle/public/sbPIBundle.idl