Exemplo n.º 1
0
 public AbstractModel() {
   fListeners = Collections.synchronizedList(new ArrayList<IModelChangedListener>());
 }