public void notifyChanged(Notification notification) {
updateChildren(notification);
switch (notification.getFeatureID(Hypertext.class)) {
case EMFfitModelPackage.HYPERTEXT__CONTENT:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
return;
}
super.notifyChanged(notification);
}