package br.org.agilcoop.cursos.testes.unidade.timer;
public interface Event {
public void executa(final Timer timer);
}