Uses of Interface
org.eclipse.emf.ecp.core.util.observer.ECPObserverBus

Packages that use ECPObserverBus
org.eclipse.emf.ecp.core.rap   
org.eclipse.emf.ecp.core.util   
org.eclipse.emf.ecp.internal.core   
org.eclipse.emf.ecp.internal.core.util.observer   
 

Uses of ECPObserverBus in org.eclipse.emf.ecp.core.rap
 

Methods in org.eclipse.emf.ecp.core.rap that return ECPObserverBus
 ECPObserverBus ECPObserverBusFactory.getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPObserverBus> registration)
          this method returns the ECPObserverBus service for the current session.
 

Methods in org.eclipse.emf.ecp.core.rap with parameters of type ECPObserverBus
 void ECPObserverBusFactory.ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPObserverBus> registration, ECPObserverBus service)
          this methodis called to unget a serive from a service registration.
 

Method parameters in org.eclipse.emf.ecp.core.rap with type arguments of type ECPObserverBus
 ECPObserverBus ECPObserverBusFactory.getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPObserverBus> registration)
          this method returns the ECPObserverBus service for the current session.
 void ECPObserverBusFactory.ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPObserverBus> registration, ECPObserverBus service)
          this methodis called to unget a serive from a service registration.
 

Uses of ECPObserverBus in org.eclipse.emf.ecp.core.util
 

Methods in org.eclipse.emf.ecp.core.util that return ECPObserverBus
static ECPObserverBus ECPUtil.getECPObserverBus()
          Helper method to get the instance of the ECPObserverBus.
 

Uses of ECPObserverBus in org.eclipse.emf.ecp.internal.core
 

Methods in org.eclipse.emf.ecp.internal.core that return ECPObserverBus
static ECPObserverBus Activator.getECPObserverBus()
          Helper method to get the ECPObserverBus.
 

Uses of ECPObserverBus in org.eclipse.emf.ecp.internal.core.util.observer
 

Classes in org.eclipse.emf.ecp.internal.core.util.observer that implement ECPObserverBus
 class ECPObserverBusImpl
          This is a universal observer bus.
 



Copyright © 2015. All Rights Reserved.