org.eclipse.gmt.umlx.ecore
Class ModelChangeAdapter

java.lang.Object
  extended by org.eclipse.gmt.umlx.ecore.AbstractAdapter
      extended by org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter
Direct Known Subclasses:
CoModelAdapter, DependantAdapter, E2AbstractLinkAdapter, EReferenceE2AssociationAdapter, GLinkElementListener, GNodeElementListener, OutlineRefresher, SharedEditDomain.ResourceSetListener, UOperationImpl.ContextListener

public abstract class ModelChangeAdapter
extends AbstractAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Method Summary
 void addNotifier(org.eclipse.emf.common.notify.Notifier notifier)
           
 void dispose()
           
 void refreshNotifiers(java.util.List<org.eclipse.emf.common.notify.Notifier> newNotifiers)
           
 void removeNotifier(org.eclipse.emf.common.notify.Notifier notifier)
           
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.AbstractAdapter
getTarget, notifyChanged, registerPackageClass, setTarget, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
isAdapterForType
 

Method Detail

addNotifier

public void addNotifier(org.eclipse.emf.common.notify.Notifier notifier)

dispose

public void dispose()
Overrides:
dispose in class AbstractAdapter

refreshNotifiers

public void refreshNotifiers(java.util.List<org.eclipse.emf.common.notify.Notifier> newNotifiers)

removeNotifier

public void removeNotifier(org.eclipse.emf.common.notify.Notifier notifier)