| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.IdleTimer
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 | |
| public var idleHandler: Function |
| The idle event handler called when the idle state changes |
| public var interval: Number |
| The time in milliseconds between mouse activity that determines whether it is idle |
|
| Gets or sets the active state of the timer |
|
| Creates a new instance of the IdelTimer IdleTimer's must be active before they can do anything |