WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIAddonUpdateCheckListener
| IID: | c946119f-9e7c-41aa-a794-803148045350 |
| Inherits From: | nsISupports |
Constants
Methods
void onAddonUpdateEnded ( nsIUpdateItem addon , PRInt32 status )
void onAddonUpdateStarted ( nsIUpdateItem addon )
void onUpdateEnded ( )
void onUpdateStarted ( )
void onAddonUpdateEnded ( nsIUpdateItem addon , PRInt32 status )
Update for an individual addon has ended
- Arguments:
- addon: A nsIUpdateItem object representing the addon being updated
- status: The success or failure code of the update operation
void onAddonUpdateStarted ( nsIUpdateItem addon )
Update for an individual addon has begun
- Arguments:
- addon: A nsIUpdateItem object representing the addon being updated
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
