/* * I_UI.java */ package kewlstuff.mailer.test.ui.interfaces; /** * * @author Johnny Kewl */ public interface I_UI { public void start(I_CDTestUnit i_CDTestUnit); }