package timerbean; import java.util.*; public interface TimerListener extends EventListener { public void timerFired(TimerEvent evt); }