
interface TimerListener
{
	public void timeout();
}
