public void setOutput() { isOutput = true; ENotificationImpl note = new ENotificationImpl( (InternalEObject) getTarget(), Notification.SET, Notification.NO_FEATURE_ID - 2, Boolean.TRUE, Boolean.TRUE, Notification.NO_INDEX); changeNotifier.fireNotifyChanged(note); }
public void fireNotifyChanged(Notification notification) { changeNotifier.fireNotifyChanged(notification); }
public void removeListener(INotifyChangedListener notifyChangedListener) { changeNotifier.removeListener(notifyChangedListener); }
public void addListener(INotifyChangedListener notifyChangedListener) { changeNotifier.addListener(notifyChangedListener); }