public class ForwardingCompareInputAdapter extends ForwardingCompareInput implements Adapter.Internal
ForwardingCompareInput.ForwardingTypedElement
Adapter.Internal
Modifier and Type | Method and Description |
---|---|
Notifier |
getTarget() |
boolean |
isAdapterForType(Object type) |
void |
notifyChanged(Notification notification) |
void |
setTarget(Notifier newTarget) |
void |
unsetTarget(Notifier oldTarget) |
addCompareInputChangeListener, copy, createForwardingTypedElement, delegate, fireChange, getAncestor, getImage, getKind, getLeft, getName, getRight, removeCompareInputChangeListener
public void notifyChanged(Notification notification)
notifyChanged
in interface Adapter
Adapter.notifyChanged(org.eclipse.emf.common.notify.Notification)
public Notifier getTarget()
getTarget
in interface Adapter
Adapter.getTarget()
public void setTarget(Notifier newTarget)
setTarget
in interface Adapter
Adapter.setTarget(org.eclipse.emf.common.notify.Notifier)
public boolean isAdapterForType(Object type)
isAdapterForType
in interface Adapter
Adapter.isAdapterForType(java.lang.Object)
public void unsetTarget(Notifier oldTarget)
unsetTarget
in interface Adapter.Internal
Adapter.Internal.unsetTarget(org.eclipse.emf.common.notify.Notifier)
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.