public interface ModelListener {
  public void updateModel(Table t, String[] n, int l);
}
