| Package | Description |
|---|---|
| org.osgi.application |
Foreign Application Package Version 1.0.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ApplicationContext.addServiceListener(ApplicationServiceListener listener,
java.lang.String referenceName) |
Adds the specified
ApplicationServiceListener object to this
context application instance's list of listeners. |
void |
ApplicationContext.addServiceListener(ApplicationServiceListener listener,
java.lang.String[] referenceNames) |
Adds the specified
ApplicationServiceListener object to this
context application instance's list of listeners. |
void |
ApplicationContext.removeServiceListener(ApplicationServiceListener listener) |
Removes the specified
ApplicationServiceListener object from this
context application instance's list of listeners. |