Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ECPObserverBus |
ECPObserverBusFactory.getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPObserverBus> registration)
this method returns the ECPObserverBus service for the current session.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ECPObserverBus |
ECPUtil.getECPObserverBus()
Helper method to get the instance of the
ECPObserverBus . |
Modifier and Type | Method and Description |
---|---|
static ECPObserverBus |
Activator.getECPObserverBus()
Helper method to get the
ECPObserverBus . |
Modifier and Type | Method and Description |
---|---|
void |
ECPProjectManagerImpl.setECPObserverBus(ECPObserverBus ecpObserverBus)
Bindes the ECPObserverBus.
|
Modifier and Type | Class and Description |
---|---|
class |
ECPObserverBusImpl
This is a universal observer bus.
|
Copyright © 2019. All rights reserved.