public class ForwardingCompareInputAdapter extends ForwardingCompareInput implements Adapter.Internal
ForwardingCompareInput.ForwardingTypedElementAdapter.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, removeCompareInputChangeListenerpublic void notifyChanged(Notification notification)
notifyChanged in interface AdapterAdapter.notifyChanged(org.eclipse.emf.common.notify.Notification)public Notifier getTarget()
getTarget in interface AdapterAdapter.getTarget()public void setTarget(Notifier newTarget)
setTarget in interface AdapterAdapter.setTarget(org.eclipse.emf.common.notify.Notifier)public boolean isAdapterForType(Object type)
isAdapterForType in interface AdapterAdapter.isAdapterForType(java.lang.Object)public void unsetTarget(Notifier oldTarget)
unsetTarget in interface Adapter.InternalAdapter.Internal.unsetTarget(org.eclipse.emf.common.notify.Notifier)
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.