/** * This handles model notifications by calling {@link #updateChildren} to update any cached * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ @Override public void notifyChanged(Notification notification) { updateChildren(notification); switch (notification.getFeatureID(EntitlementOnAcceptContainer.class)) { case EsbPackage.ENTITLEMENT_ON_ACCEPT_CONTAINER__MEDIATOR_FLOW: fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); }
/** * This handles model notifications by calling {@link #updateChildren} to update any cached * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ @Override public void notifyChanged(Notification notification) { updateChildren(notification); switch (notification.getFeatureID(ThrottleOnRejectContainer.class)) { case EsbPackage.THROTTLE_ON_REJECT_CONTAINER__MEDIATOR_FLOW: fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); }
/** * This handles model notifications by calling {@link #updateChildren} to update any cached * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ @Override public void notifyChanged(Notification notification) { updateChildren(notification); switch (notification.getFeatureID(AbstractNameValueExpressionProperty.class)) { case EsbPackage.ABSTRACT_NAME_VALUE_EXPRESSION_PROPERTY__PROPERTY_NAME: case EsbPackage.ABSTRACT_NAME_VALUE_EXPRESSION_PROPERTY__PROPERTY_VALUE_TYPE: case EsbPackage.ABSTRACT_NAME_VALUE_EXPRESSION_PROPERTY__PROPERTY_VALUE: fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), false, true)); return; case EsbPackage.ABSTRACT_NAME_VALUE_EXPRESSION_PROPERTY__PROPERTY_EXPRESSION: fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); }
/** * This handles model notifications by calling {@link #updateChildren} to update any cached * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ @Override public void notifyChanged(Notification notification) { updateChildren(notification); switch (notification.getFeatureID(AbstractCommonTarget.class)) { case EsbPackage.ABSTRACT_COMMON_TARGET__SEQUENCE_TYPE: case EsbPackage.ABSTRACT_COMMON_TARGET__ENDPOINT_TYPE: fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), false, true)); return; case EsbPackage.ABSTRACT_COMMON_TARGET__SEQUENCE_KEY: case EsbPackage.ABSTRACT_COMMON_TARGET__ENDPOINT: case EsbPackage.ABSTRACT_COMMON_TARGET__ENDPOINT_KEY: fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); }