
public interface ITimerListener {

    public void notify(int count);
}
