package digisoft.custom.swing; /** * @author Zom-B * @since 1.0 * @date 2008/12/27 */ public interface RefreshListener { public void refreshing(); }