boolean oldIsModified = this.isModified;
this.isModified = isModified;
if (eNotificationRequired())
{
Notification notification =
new NotificationImpl(Notification.SET, oldIsModified, isModified)
{
@Override
public Object getNotifier()
{
return ResourceImpl.this;