package tinyvm.rcx; /** * Listener used with Timer. * * @see tinyvm.rcx.Timer * @author Ryan VanderBijl */ public interface TimerListener { public void timedOut(); }