private class DependencyServiceManager.DependencyServiceListener
extends java.lang.Object
implements org.osgi.framework.ServiceListener
| Modifier | Constructor and Description |
|---|---|
private |
DependencyServiceListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
Process serviceChanged events, completing context initialization if all the required dependencies are
satisfied.
|
private void |
updateDependencies(org.osgi.framework.ServiceEvent serviceEvent) |
public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
serviceChanged in interface org.osgi.framework.ServiceListenerserviceEvent - private void updateDependencies(org.osgi.framework.ServiceEvent serviceEvent)