Public Member Functions | |
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. | |
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. | |
Public Attributes | |
readonly attribute long | installListenerCount |
Definition at line 45 of file sbPIBundle.idl.
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.
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.
needed | Value of the flag to set |