1 // %1117898112671:hoplugins.seriesstats.ui% 2 /* 3 * Created on 4-giu-2005 4 * 5 * To change the template for this generated file go to 6 * Window>Preferences>Java>Code Generation>Code and Comments 7 */ 8 package hoplugins.seriesstats.ui; 9 10 /*** 11 * DOCUMENT ME! 12 * 13 * @author Mirtillo To change the template for this generated type comment go to 14 * Window>Preferences>Java>Code Generation>Code and Comments 15 */ 16 public interface RefreshablePanel { 17 //~ Methods ------------------------------------------------------------------------------------ 18 19 /*** 20 * TODO Missing Method Documentation 21 */ 22 public void refresh(); 23 }