Idle service.
The OpenLaszlo runtime generates idle events at some fixed, unspecified
frequency. Here is a simple example that shows how to receive the
onidle event:
| callOnIdle() | ||
| LzIdle.callOnIdle(d) | ||
|
Calls the given delegate at the next idle event. This can be used for a non- recursive callback. |
||
| Parameters | ||
| Name | Type | Desc |
| d | LzDelegate | The delegate to be called on the next idle event. |
|
|
||
| Events | |
| Name | Description |
| onidle | None |
Copyright © 2002-2005 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.