Defines the callback interface for nsITimer events.
Inherits from:
nsISupports
Last changed in Gecko 1.7 Method overview
void notify(in nsITimer timer); |
Methods
notify()
Initialize a timer to fire after the given millisecond interval. This version takes a function to call and a closure to pass to that function.
void notify( in nsITimer timer );
Parameters
-
timer
-
nsITimer
the timer which has expired