314315316317318319320321322323324
{ URI oldURI = this.uri; this.uri = uri; if (eNotificationRequired()) { Notification notification = new NotificationImpl(Notification.SET, oldURI, uri) { @Override public Object getNotifier() {
344345346347348349350351352353354
{ long oldTimeStamp = this.timeStamp; this.timeStamp = timeStamp; if (eNotificationRequired()) { Notification notification = new NotificationImpl(Notification.SET, oldTimeStamp, timeStamp) { @Override public Object getNotifier() {
12551256125712581259126012611262126312641265
(getURI(), new ExtensibleURIConverterImpl.OptionsMap(URIConverter.OPTION_RESPONSE, response, options)); } catch (IOException exception) { Notification notification = setLoaded(true); isLoading = true; if (errors != null) { errors.clear(); }
14561457145814591460146114621463146414651466
*/ public final void load(InputStream inputStream, Map<?, ?> options) throws IOException { if (!isLoaded) { Notification notification = setLoaded(true); isLoading = true; if (errors != null) { errors.clear();
15761577157815791580158115821583158415851586
boolean oldIsLoaded = this.isLoaded; this.isLoaded = isLoaded; if (eNotificationRequired()) { Notification notification = new NotificationImpl(Notification.SET, oldIsLoaded, isLoaded) { @Override public Object getNotifier() {
16311632163316341635163616371638163916401641
public final void unload() { if (isLoaded) { unloadingContents = new BasicEList.FastCompare<EObject>(getContents()); Notification notification = setLoaded(false); try { doUnload(); } finally
17161717171817191720172117221723172417251726
} } if (eNotificationRequired()) { Notification notification = new NotificationImpl(Notification.SET, oldIsTrackingModification, isTrackingModification) { @Override public Object getNotifier() {
17651766176717681769177017711772177317741775
{ boolean oldIsModified = this.isModified; this.isModified = isModified; if (eNotificationRequired()) { Notification notification = new NotificationImpl(Notification.SET, oldIsModified, isModified) { @Override public Object getNotifier() {
474475476477478479480481482483484
protected void loaded() { if (!ResourceImpl.this.isLoaded()) { Notification notification = ResourceImpl.this.setLoaded(true); if (notification != null) { ResourceImpl.this.eNotify(notification); } }
24612462246324642465246624672468246924702471
settings.dynamicSet(index, newValue); } if (owner.eNotificationRequired()) { Notification notification = new ENotificationImpl (owner, Notification.SET, feature, oldValue,