import java.util.List; public interface ClientView { public void displayClients(List clients); }