package ProjectTests; /** * This interface will allow user classes to set up standard * subs and functions for passing stuff between the client program * and the related class **/ public interface ADBVTableClassInterface { public void setTextArea (java.awt.TextArea ta); public boolean StartView(); }