package testat; /** * * @author cm * * @param */ public interface IAction { public void execute(E e); }