Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Timer.onTimer

Provides repeated calls based on the Timer control's interval property setting.

Syntax

protected void onTimer( Event e )

Parameters

e

The timer event object, which is always defined as Event.EMPTY.

Remarks

The Timer control's implementation of this method calls any EventHandler objects that were added through addOnTimer. If you are extending the Timer control, you can override this method to provide your own objects to the timer event.

See Also   com.ms.wfc.core.Event