The nsIUpdateTimerManager interface provides a global application service that provides support for long-duration timers (on the order of many days, weeks, or even months). These timers are used to schedule update checks in the future, for example.
nsIUpdateTimerManager is defined in toolkit/mozapps/update/public/nsIUpdateService.idl
. It is scriptable
and
unfrozen (hasn't changed since Mozilla 1.9)
.
Inherits from: nsISupports
void registerTimer(in AString id,
|
Presents a user interface that checks for and displays the available updates.
void registerTimer( in AString id, in nsITimerCallback callback, in unsigned long interval );
nsITimerCallback
object that is notified when the interval expires.
None.
Page last modified 20:02, 19 Mar 2008 by Sheppy