org.eclipse.gmt.umlx.ucore.impl
Class UOperationImpl.ContextListener

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.ucore.impl.UOperationImpl.ContextListener
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter
Enclosing class:
UOperationImpl

public class UOperationImpl.ContextListener
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
UOperationImpl.ContextListener()
           
 
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

UOperationImpl.ContextListener

public UOperationImpl.ContextListener()
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