nsISupports
Last changed in Gecko 1.7 void notify(in nsITimer timer); |
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 );
timer
nsITimer
the timer which has expired