package br.com.caelum.cj05; public interface Action { void execute() throws Exception; }