* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetJarDependencies(JarDependencies newJarDependencies, NotificationChain msgs) {
JarDependencies oldJarDependencies = jarDependencies;
jarDependencies = newJarDependencies;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FlowConnectorPackage.DEFINITION_IMPL__JAR_DEPENDENCIES, oldJarDependencies, newJarDependencies);
if (msgs == null) msgs = notification; else msgs.add(notification);
}