Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.EventHandler


   * <!-- 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);
    }
View Full Code Here


        if (result == null) result = caseWSDLElement(correlation);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case BPELPackage.EVENT_HANDLER: {
        EventHandler eventHandler = (EventHandler)theEObject;
        Object result = caseEventHandler(eventHandler);
        if (result == null) result = caseExtensibleElement(eventHandler);
        if (result == null) result = caseExtensibleElement_1(eventHandler);
        if (result == null) result = caseWSDLElement(eventHandler);
        if (result == null) result = defaultCase(theEObject);
View Full Code Here

   * <!-- 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.SCOPE__EVENT_HANDLERS, oldEventHandlers, newEventHandlers);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.bpel.model.EventHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.