Package org.eclipse.ecf.discovery.ui.model

Examples of org.eclipse.ecf.discovery.ui.model.IServiceID


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setServiceID(IServiceID newServiceID) {
    IServiceID oldServiceID = serviceID;
    serviceID = newServiceID;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.ISERVICE_INFO__SERVICE_ID, oldServiceID, serviceID));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.discovery.ui.model.IServiceID

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.