EOObjectStoreCoordinator osc = entry.getKey();
for (Object obj : osc.cooperatingObjectStores()) {
EOCooperatingObjectStore store = (EOCooperatingObjectStore) obj;
osc.removeCooperatingObjectStore(store);
}
osc.invalidateAllObjects();
}
}
}
public void modelAdded(NSNotification n) {