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.

@mozilla.org/updates/update-checker;1

This component implements the following interfaces:

Constants

Constants for the stopChecking function that tell the Checker how long to stop checking:

CURRENT_CHECK: Stops the current (active) check only CURRENT_SESSION: Stops all checking for the current session ANY_CHECKS: Stops all checking, any session from now on (disables update checking preferences)

PRUint16 nsIUpdateChecker.CURRENT_CHECK = 1
PRUint16 nsIUpdateChecker.CURRENT_SESSION = 2
PRUint16 nsIUpdateChecker.ANY_CHECKS = 3

Methods

InterfaceMethod
nsIUpdateChecker void checkForUpdates ( nsIUpdateCheckListener listener , PRBool force )
nsIUpdateChecker void stopChecking ( PRUint16 duration )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com