* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetEventHandlers(EventHandler newEventHandlers, NotificationChain msgs) {
EventHandler oldEventHandlers = eventHandlers;
eventHandlers = newEventHandlers;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.PROCESS__EVENT_HANDLERS, oldEventHandlers, newEventHandlers);
if (msgs == null) msgs = notification; else msgs.add(notification);
}