Adaptation layer for EMF notifications. This package is responsible for adapting EMF notifications in MSL-managed models to the MSL notification API and for keeping the MSL up-to-date with changes in its models.

Package Specification

This package defines the EMF listener classes that funnel EMF {@link org.eclipse.emf.common.notify.Notification}s from {@link org.eclipse.emf.ecore.EObject}s, {@link org.eclipse.emf.ecore.resource.Resource}s, and {@link org.eclipse.emf.ecore.resource.ResourceSet}s to {@link org.eclipse.gmf.runtime.emf.core.edit.MListener}s.

Clients of the MSL do not need to interact directly with this package. The {@link org.eclipse.gmf.runtime.emf.core.edit.MListener} class is used for receiving notifications from the MSL.

@see org.eclipse.gmf.runtime.emf.core.edit.MListener @canBeSeenBy org.eclipse.gmf.runtime.emf.core.*