Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.