package chat.server; public interface ILoader { void setName(String name); String getName(); void load() throws Exception; }