org.eclipse.gmt.umlx.editor.domain
Class SharedEditDomain.ResourceSetListener

java.lang.Object
  extended by org.eclipse.gmt.umlx.ecore.AbstractAdapter
      extended by org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
          extended by org.eclipse.gmt.umlx.editor.domain.SharedEditDomain.ResourceSetListener
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter
Enclosing class:
SharedEditDomain

public class SharedEditDomain.ResourceSetListener
extends ModelChangeAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Constructor Summary
SharedEditDomain.ResourceSetListener()
           
 
Method Summary
 void dispose()
           
 boolean isAdapterForType(java.lang.Object type)
           
 void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
addNotifier, refreshNotifiers, removeNotifier
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.AbstractAdapter
getTarget, registerPackageClass, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharedEditDomain.ResourceSetListener

public SharedEditDomain.ResourceSetListener()
Method Detail

dispose

public void dispose()
Overrides:
dispose in class ModelChangeAdapter

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)

notifyChanged

public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
Specified by:
notifyChanged in interface org.eclipse.emf.common.notify.Adapter
Overrides:
notifyChanged in class AbstractAdapter

toString

public java.lang.String toString()
Overrides:
toString in class AbstractAdapter