lejos.util
Interface TimerListener


public interface TimerListener

Listener used with Timer.

Author:
Ryan VanderBijl
See Also:
Timer

Method Summary
 void timedOut()
          Called every time the Timer fires.
 

Method Detail

timedOut

void timedOut()
Called every time the Timer fires.