package jrummikub.view; public interface IView { /** * @return the table */ public ITable getTable(); /** * @return the playerPanel */ public IPlayerPanel getPlayerPanel(); }