package frame.file; import frame.data.Entity; public interface IFileload { public void initLoad(Entity entity); }