Main Page | Packages | Class Tree | Index | Help

xp.system

class IdleTimer

Object
  |
  +--xp.system.IdleTimer

All Known Subclasses: ToolTipService

class IdleTimer
extends Object

IdleTimer
A timer object that monitors when the mouse is idle and fires an idle event


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
idleHandler: Function
The idle event handler called when the idle state changes

public
interval: Number
The time in milliseconds between mouse activity that determines whether it is idle

Property Summary

public
isActive: Boolean (read, write)
Gets or sets the active state of the timer

Constructor

public
IdleTimer ( )
Creates a new instance of the IdelTimer



Field Documentation

idleHandler

public var idleHandler: Function
The idle event handler called when the idle state changes

interval

public var interval: Number
The time in milliseconds between mouse activity that determines whether it is idle


Property Documentation

isActive

public isActive: Boolean (read, write)
Gets or sets the active state of the timer


Constructor Documentation

IdleTimer

public function IdleTimer()
Creates a new instance of the IdelTimer

IdleTimer's must be active before they can do anything


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc