The timer event handler must implement this interface:
public interface ActionListener { public void actionPerformed(ActionEvent event); }