Package lejos.utility
Interface TimerListener
-
public interface TimerListenerListener used with Timer.- Author:
- Ryan VanderBijl
- See Also:
Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtimedOut()Called every time the Timer fires.
-