TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.model
Class CMNNamedElementUtil.NameChangeAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.hyades.test.ui.internal.model.CMNNamedElementUtil.NameChangeAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, org.eclipse.hyades.ui.util.IDisposable
Enclosing class:
CMNNamedElementUtil

public static class CMNNamedElementUtil.NameChangeAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl
implements org.eclipse.hyades.ui.util.IDisposable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
CMNNamedElementUtil.NameChangeAdapter(CMNNamedElementUtil.NameChangeObserver observer)
           
 
Method Summary
 void dispose()
           
 boolean isAdapterForType(java.lang.Object type)
           
 void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMNNamedElementUtil.NameChangeAdapter

public CMNNamedElementUtil.NameChangeAdapter(CMNNamedElementUtil.NameChangeObserver observer)
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable
See Also:
IDisposable.dispose()

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Specified by:
isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
Overrides:
isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl
See Also:
Adapter.isAdapterForType(java.lang.Object)

notifyChanged

public void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
Specified by:
notifyChanged in interface org.eclipse.emf.common.notify.Adapter
Overrides:
notifyChanged in class org.eclipse.emf.common.notify.impl.AdapterImpl
See Also:
Adapter.notifyChanged(org.eclipse.emf.common.notify.Notification)

TPTP 4.5.0 Testing Tools Project
Internal API Specification