/** * 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 ( UpdateCommand.class ) ) { case JdbcPackage.UPDATE_COMMAND__SQL: case JdbcPackage.UPDATE_COMMAND__QUERY_TIMEOUT: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case JdbcPackage.UPDATE_COMMAND__MAPPINGS: 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 ( RestExporter.class ) ) { case OsgiPackage.REST_EXPORTER__CONTEXT_ID: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case OsgiPackage.REST_EXPORTER__HIVE_PROPERTIES: 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 ( TimerAction.class ) ) { case CommonPackage.TIMER_ACTION__PERIOD: case CommonPackage.TIMER_ACTION__VALUE: case CommonPackage.TIMER_ACTION__NAME: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case CommonPackage.TIMER_ACTION__TARGET_ITEM: 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 ( URLImageComponent.class ) ) { case DetailViewPackage.URL_IMAGE_COMPONENT__DESCRIPTOR: case DetailViewPackage.URL_IMAGE_COMPONENT__IMAGE_URL: case DetailViewPackage.URL_IMAGE_COMPONENT__FALLBACK_IMAGE_URL: case DetailViewPackage.URL_IMAGE_COMPONENT__WIDTH: case DetailViewPackage.URL_IMAGE_COMPONENT__HEIGHT: case DetailViewPackage.URL_IMAGE_COMPONENT__RELOAD_TIMER: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( EquinoxApplication.class ) ) { case InfrastructurePackage.EQUINOX_APPLICATION__NAME: case InfrastructurePackage.EQUINOX_APPLICATION__INSTANCE_NUMBER: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case InfrastructurePackage.EQUINOX_APPLICATION__USER_SERVICE: case InfrastructurePackage.EQUINOX_APPLICATION__MODULES: case InfrastructurePackage.EQUINOX_APPLICATION__CONFIGURATIONS: 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 ( ColumnMapping.class ) ) { case JdbcPackage.COLUMN_MAPPING__COLUMN_NUMBER: case JdbcPackage.COLUMN_MAPPING__NAME: case JdbcPackage.COLUMN_MAPPING__CUSTOMIZATION_TAGS: case JdbcPackage.COLUMN_MAPPING__DATA_TYPE: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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(OrderOnStockThreshold.class)) { case MetamodelPackage.ORDER_ON_STOCK_THRESHOLD__PERIOD: case MetamodelPackage.ORDER_ON_STOCK_THRESHOLD__THRESHOLD: case MetamodelPackage.ORDER_ON_STOCK_THRESHOLD__NAME: case MetamodelPackage.ORDER_ON_STOCK_THRESHOLD__ORDER_QUANTITY: case MetamodelPackage.ORDER_ON_STOCK_THRESHOLD__ORDER_TYPE: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); 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 ( ScriptTimer.class ) ) { case OsgiPackage.SCRIPT_TIMER__PERIOD: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case OsgiPackage.SCRIPT_TIMER__SCRIPT: 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(BehaviorScenario.class)) { case GqamPackage.BEHAVIOR_SCENARIO__RESP_TIME: case GqamPackage.BEHAVIOR_SCENARIO__BEST_CET: case GqamPackage.BEHAVIOR_SCENARIO__WORST_CET: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); return; case GqamPackage.BEHAVIOR_SCENARIO__STEPS: case GqamPackage.BEHAVIOR_SCENARIO__CONNECTORS: 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 ( AlarmsEventsModule.class ) ) { case OsgiPackage.ALARMS_EVENTS_MODULE__MONITOR_POOL_PROXIES: case OsgiPackage.ALARMS_EVENTS_MODULE__EVENT_POOL_PROXIES: case OsgiPackage.ALARMS_EVENTS_MODULE__AKN_PROXIES: case OsgiPackage.ALARMS_EVENTS_MODULE__PULL_EVENTS: 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 ( OutputDefinition.class ) ) { case ComponentPackage.OUTPUT_DEFINITION__NAME: case ComponentPackage.OUTPUT_DEFINITION__LOCAL_TAG: case ComponentPackage.OUTPUT_DEFINITION__CUSTOMIZATION_TAGS: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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(Duration.class)) { case NfpPackage.DURATION__VALUE: case NfpPackage.DURATION__UNIT: case NfpPackage.DURATION__BEST: case NfpPackage.DURATION__WORST: case NfpPackage.DURATION__CLOCK: case NfpPackage.DURATION__PRECISION: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); 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 ( CurrentTimeComponent.class ) ) { case CommonPackage.CURRENT_TIME_COMPONENT__NAME: case CommonPackage.CURRENT_TIME_COMPONENT__UPDATE_PERIOD: case CommonPackage.CURRENT_TIME_COMPONENT__DATE_FORMAT: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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(Tosca_nodes_softwarecomponent_logstash.class)) { case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__PORT_NAME: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__PROTOCOL: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__PORT: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__INITIATOR: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__NETWORK_NAME: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__SECURE: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__PORTS: case ExtendedtoscaPackage.TOSCA_NODES_SOFTWARECOMPONENT_LOGSTASH__URL_PATH: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); 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 ( org.eclipse.scada.protocol.ngp.model.Protocol.Enum.class ) ) { case ProtocolPackage.ENUM__NAME: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ProtocolPackage.ENUM__LITERALS: 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(Trace.class)) { case TracePackage.TRACE__RANGE: case TracePackage.TRACE__HOST_ID: case TracePackage.TRACE__PRECISION: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); return; case TracePackage.TRACE__EVENTS: case TracePackage.TRACE__SLICES: 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(HardwareRam.class)) { case HrmPackage.HARDWARE_RAM__NB_ROWS: case HrmPackage.HARDWARE_RAM__NB_COLUMNS: case HrmPackage.HARDWARE_RAM__NB_BANKS: case HrmPackage.HARDWARE_RAM__WORD_SIZE: case HrmPackage.HARDWARE_RAM__IS_SYNCHRONOUS: case HrmPackage.HARDWARE_RAM__IS_STATIC: case HrmPackage.HARDWARE_RAM__IS_NON_VOLATILE: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); 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 ( ParserDriver.class ) ) { case ParserPackage.PARSER_DRIVER__SHORT_DESCRIPTION: case ParserPackage.PARSER_DRIVER__NAME: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ParserPackage.PARSER_DRIVER__CONNECTIONS: case ParserPackage.PARSER_DRIVER__EXPORTER: case ParserPackage.PARSER_DRIVER__CUSTOMIZATION_PROFILE: case ParserPackage.PARSER_DRIVER__MODULES: case ParserPackage.PARSER_DRIVER__COMPONENTS: 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 ( ChangeEntry.class ) ) { case DeploymentPackage.CHANGE_ENTRY__DATE: case DeploymentPackage.CHANGE_ENTRY__DESCRIPTION: case DeploymentPackage.CHANGE_ENTRY__VERSION: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( P2Platform.class ) ) { case DeploymentPackage.P2_PLATFORM__NAME: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case DeploymentPackage.P2_PLATFORM__REPOSITORIES: 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(Application.class)) { case PlatformPackage.APPLICATION__OCCI_APP_NAME: case PlatformPackage.APPLICATION__OCCI_APP_CONTEXT: case PlatformPackage.APPLICATION__OCCI_APP_URL: case PlatformPackage.APPLICATION__OCCI_APP_STATE: case PlatformPackage.APPLICATION__OCCI_APP_STATE_MESSAGE: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); 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 ( ScaledValue.class ) ) { case CommonPackage.SCALED_VALUE__INPUT_MINIMUM: case CommonPackage.SCALED_VALUE__INPUT_MAXIMUM: case CommonPackage.SCALED_VALUE__OUTPUT_MINIMUM: case CommonPackage.SCALED_VALUE__OUTPUT_MAXIMUM: case CommonPackage.SCALED_VALUE__VALIDATE_RANGE: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case CommonPackage.SCALED_VALUE__SOURCE_ITEM: 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 ( ModbusDevice.class ) ) { case ModbusPackage.MODBUS_DEVICE__PORT: case ModbusPackage.MODBUS_DEVICE__PROTOCOL_TYPE: case ModbusPackage.MODBUS_DEVICE__INTER_FRAME_DELAY: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ModbusPackage.MODBUS_DEVICE__SLAVES: 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 ( ModbusExporterModule.class ) ) { case ModbusPackage.MODBUS_EXPORTER_MODULE__DATA_ORDER: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ModbusPackage.MODBUS_EXPORTER_MODULE__PROPERTIES: 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 ( GridChild.class ) ) { case VisualInterfacePackage.GRID_CHILD__HORIZONTAL_ALIGNMENT: case VisualInterfacePackage.GRID_CHILD__VERTICAL_ALIGNMENT: case VisualInterfacePackage.GRID_CHILD__GRAB_HORIZONTAL_SPACE: case VisualInterfacePackage.GRID_CHILD__GRAB_VERTICAL_SPACE: case VisualInterfacePackage.GRID_CHILD__SPAN_COLS: case VisualInterfacePackage.GRID_CHILD__SPAN_ROWS: case VisualInterfacePackage.GRID_CHILD__WIDTH_HINT: case VisualInterfacePackage.GRID_CHILD__HEIGHT_HINT: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( Scale.class ) ) { case OsgiPackage.SCALE__ACTIVE: case OsgiPackage.SCALE__FACTOR: case OsgiPackage.SCALE__OFFSET: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( CommandsType.class ) ) { case ConfigurationPackage.COMMANDS_TYPE__SQL: case ConfigurationPackage.COMMANDS_TYPE__LOCAL_NAME: case ConfigurationPackage.COMMANDS_TYPE__SQL1: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( SystemProperty.class ) ) { case ProfilePackage.SYSTEM_PROPERTY__KEY: case ProfilePackage.SYSTEM_PROPERTY__VALUE: case ProfilePackage.SYSTEM_PROPERTY__EVAL: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( QueueType.class ) ) { case ConfigurationPackage.QUEUE_TYPE__NAME: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ConfigurationPackage.QUEUE_TYPE__COMMAND: 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 ( CompositePipeline.class ) ) { case ItemPackage.COMPOSITE_PIPELINE__ID: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ItemPackage.COMPOSITE_PIPELINE__STEPS: 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 ( HeartbeatGenerator.class ) ) { case CommonPackage.HEARTBEAT_GENERATOR__PERIOD: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case CommonPackage.HEARTBEAT_GENERATOR__TARGET_ITEM: case CommonPackage.HEARTBEAT_GENERATOR__ACTIVE_INPUT: 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 ( MqttInput.class ) ) { case ParserPackage.MQTT_INPUT__SERVER_URI: case ParserPackage.MQTT_INPUT__CLIENT_ID: case ParserPackage.MQTT_INPUT__TOPIC: case ParserPackage.MQTT_INPUT__QOS: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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 ( RootType.class ) ) { case ConfigurationPackage.ROOT_TYPE__ADDITIONAL_CONFIGURATION_DIRECTORY: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case ConfigurationPackage.ROOT_TYPE__GROUP: 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 ( View.class ) ) { case DetailViewPackage.VIEW__TAB_STYLE: case DetailViewPackage.VIEW__WRITE_DIALOG_ENABLED: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case DetailViewPackage.VIEW__HEADER_COMPONENT: case DetailViewPackage.VIEW__GROUPS: case DetailViewPackage.VIEW__HIDDEN_COMPONENT: case DetailViewPackage.VIEW__SCRIPT_MODULE: 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 ( Local.class ) ) { case GlobalizePackage.LOCAL__DEFAULT_INCLUDE: case GlobalizePackage.LOCAL__ID: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case GlobalizePackage.LOCAL__LOGON_CREDENTIALS: case GlobalizePackage.LOCAL__FILTERS: case GlobalizePackage.LOCAL__AUTHORATIVES: 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(SoftwareMutualExclusionResource.class)) { case SrmPackage.SOFTWARE_MUTUAL_EXCLUSION_RESOURCE__CONCURRENT_ACCESS_PROTOCOL: case SrmPackage.SOFTWARE_MUTUAL_EXCLUSION_RESOURCE__MECHANISM: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); return; case SrmPackage.SOFTWARE_MUTUAL_EXCLUSION_RESOURCE__PROTOCOL: case SrmPackage.SOFTWARE_MUTUAL_EXCLUSION_RESOURCE__PROTECT_PARAMS: 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 ( SimpleNodeMappingEntry.class ) ) { case DeploymentPackage.SIMPLE_NODE_MAPPING_ENTRY__FROM_HOST_NAME: case DeploymentPackage.SIMPLE_NODE_MAPPING_ENTRY__TO_HOST_NAME: case DeploymentPackage.SIMPLE_NODE_MAPPING_ENTRY__IGNORE_CASE: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); 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(Scheduler.class)) { case AnalysisPackage.SCHEDULER__POLICY_KIND: case AnalysisPackage.SCHEDULER__PREFERRED_POLICY: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); return; case AnalysisPackage.SCHEDULER__REQUIRED_PARAMETERS: case AnalysisPackage.SCHEDULER__RESOURCE_PARAMETER_VALUE: 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 ( final Notification notification ) { updateChildren ( notification ); switch ( notification.getFeatureID ( Node.class ) ) { case InfrastructurePackage.NODE__SHORT_DESCRIPTION: case InfrastructurePackage.NODE__NAME: case InfrastructurePackage.NODE__HOST_NAME: fireNotifyChanged ( new ViewerNotification ( notification, notification.getNotifier (), false, true ) ); return; case InfrastructurePackage.NODE__DEVICES: 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(EvaluatingNode.class)) { case SmarthomePackage.EVALUATING_NODE__EVENTS: case SmarthomePackage.EVALUATING_NODE__COMMANDS: case SmarthomePackage.EVALUATING_NODE__FILTERS: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); return; } super.notifyChanged(notification); }