Interface LightweightEObjectObserver
-
- All Known Implementing Classes:
LightweightEObjectObserverAdapter
public interface LightweightEObjectObserver
Listener interface for lightweight observation on EObject feature value changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyFeatureChanged(org.eclipse.emf.ecore.EObject host, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.common.notify.Notification notification)
-