TimerControl.Callback Interface

com.bea.control
TimerControl.Callback Interface

public static interface TimerControl.Callback

Provides a way for the Timer control to receive callbacks.

Enclosing interface

TimerControl

Method Summary

public void
onTimeout(long time)
Received when the timer expires.

Method Detail

onTimeout(long) Method

public void onTimeout(long time)
Received when the timer expires. The time at which the timer expired is passed as the time parameter. Note that this may be some time in the past if the onTimeout callback could not be invoked due to high system load.

Parameters

time
The time at which the timer expired.