com.intel.util
Interface TimerClient
-
public interface TimerClient
This interface should be implemented by applet while creating aTimerManager.Timer
in order to receive timer ticks notification.
-
-
Method Summary
Methods Modifier and Type Method and Description void
onTimerTick(byte[] userData)
This method will be invoked by system when the timer, for which this client was registered, expires.
-