Timer Class

Methods | This Package | All Packages

Implements the Timer control.

Component
  |
  +--Timer

package com.ms.wfc.app

public class Timer
extends
Component****

Remarks

The Timer control is used to trigger an event at user-defined intervals. Use the control's Timer event to perform a polling operation or to display a splash screen for a specified amount of time. Whenever the Timer control's enabled property is set to true and the interval property is greater than 0, the timer event is triggered at intervals based on the interval property setting.