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.*