Package | Description |
---|---|
org.osgi.application |
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 instances's list of listeners. |