mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
added three new methods to allow Enabling, Disabling and querying the state of the timer. r=nisheeth b=25406
This commit is contained in:
parent
7f3c6dafae
commit
b96411ee47
@ -29,6 +29,9 @@
|
||||
[scriptable, uuid(0e5f5cb6-6d29-11d3-aef7-00108300ff91)]
|
||||
interface nsITimeRecorder : nsISupports
|
||||
{
|
||||
void EnableTimer( in PRUint32 aTimerID );
|
||||
void DisableTimer( in PRUint32 aTimerID );
|
||||
void IsTimerEnabled(out PRBool aEnabled, in PRUint32 aTimerID);
|
||||
void ResetTimer(in PRUint32 aTimerID);
|
||||
void StartTimer(in PRUint32 aTimerID);
|
||||
void StopTimer(in PRUint32 aTimerID);
|
||||
|
Loading…
Reference in New Issue
Block a user