package beans.scripts; /** * Created with IntelliJ IDEA. * User: guym * Date: 8/11/14 * Time: 8:20 PM */ public interface IExecutionRestore { public void restoreExecutions(); }