org.eclipse.emf.ecore.resource.impl
Class ResourceImpl.ModificationTrackingAdapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter
- All Implemented Interfaces:
- Adapter, Adapter.Internal
- Enclosing class:
- ResourceImpl
- protected class ResourceImpl.ModificationTrackingAdapter
- extends AdapterImpl
An adapter implementation for tracking resource modification.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceImpl.ModificationTrackingAdapter
protected ResourceImpl.ModificationTrackingAdapter()
notifyChanged
public void notifyChanged(Notification notification)
- Description copied from class:
AdapterImpl
- Does nothing; clients may override so that it does something.
- Specified by:
notifyChanged
in interface Adapter
- Overrides:
notifyChanged
in class AdapterImpl