1: package net.sourceforge.squirrel_sql.fw.sql; 2: 3: public interface ProgressCallBack { 4: 5: void currentlyLoading(String simpleName); 6: }