1 /*2 * Created on 09-Feb-20053 *4 * @todo To change the template for this generated file go to5 * Window - Preferences - Java - Code Style - Code Templates6 */7 package uk.ac.roe.antigen.builder;8 9 /**10 * @author jdt11 *12 * @todo To change the template for this generated type comment go to13 * Window - Preferences - Java - Code Style - Code Templates14 */15 public interface InfoDisplay {16 public abstract void showAndWaitForResponse();17 }