class Alarm

Provide a means for setting an alarm

class contents [NB. Highlighted attributes are static members]
Functions
function constructor(string,number,number) - The constructor
function start() - Start the alarm
function stop() - Stop the alarm

Functions

function constructor Click to go up to the list
The constructor
Declaration:
    function constructor( string functionName, number interval, number recurring )
Parameters:
    Parameter #1: string functionName - The name of the function to call when the alarm goes off
    Parameter #2: number interval - The interval in seconds
    Parameter #3: number recurring - Whether the alarm re-occurs

function start Click to go up to the list
Start the alarm
Declaration:
    function start( )

function stop Click to go up to the list
Stop the alarm
Declaration:
    function stop( )

Automatically generated at 12:07PM, Wednesday 25 May 2005 by feritedoc.