Community
Participate
Working Groups
*
* Contributors:
* IBM - Initial API and implementation
* Trevor S. Kaufman - Bug 216676 - Only Noftify change for specified EStructuralFeature
* </copyright>
@Override
public void notifyChanged(Notification msg)
{
if (!msg.isTouch())
if (!msg.isTouch() &&
eStructuralFeature.getFeatureID() == msg.getFeatureID(target.getClass()))
// TODO
// This assumes we only get a SET notification, which isn't a good assumption.