Class ContainmentChangeAdapter

java.lang.Object
org.eclipse.epsilon.emc.emf.ContainmentChangeAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter

public class ContainmentChangeAdapter extends Object implements org.eclipse.emf.common.notify.Adapter
  • 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
    Modifier and Type
    Field
    Description
    protected org.eclipse.emf.ecore.EObject
     
    protected org.eclipse.emf.ecore.resource.Resource
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContainmentChangeAdapter(org.eclipse.emf.ecore.EObject instance, org.eclipse.emf.ecore.resource.Resource resource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.notify.Notifier
     
    boolean
     
    void
    notifyChanged(org.eclipse.emf.common.notify.Notification notification)
     
    void
    setTarget(org.eclipse.emf.common.notify.Notifier arg0)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      protected org.eclipse.emf.ecore.EObject instance
    • resource

      protected org.eclipse.emf.ecore.resource.Resource resource
  • Constructor Details

    • ContainmentChangeAdapter

      public ContainmentChangeAdapter(org.eclipse.emf.ecore.EObject instance, org.eclipse.emf.ecore.resource.Resource resource)
  • Method Details

    • getTarget

      public org.eclipse.emf.common.notify.Notifier getTarget()
      Specified by:
      getTarget in interface org.eclipse.emf.common.notify.Adapter
    • isAdapterForType

      public boolean isAdapterForType(Object arg0)
      Specified by:
      isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
    • notifyChanged

      public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
      Specified by:
      notifyChanged in interface org.eclipse.emf.common.notify.Adapter
    • setTarget

      public void setTarget(org.eclipse.emf.common.notify.Notifier arg0)
      Specified by:
      setTarget in interface org.eclipse.emf.common.notify.Adapter