public AbstractModel() {
   fListeners = Collections.synchronizedList(new ArrayList<IModelChangedListener>());
 }