interface IModelListener { // notify the listener of a change in the model void notifyListener(int c); }