Methods in org.osgi.framework with parameters of type ServiceListener |
void |
BundleContext.addServiceListener(ServiceListener listener)
Adds the specified ServiceListener object to this context bundle's list of
listeners. |
void |
BundleContext.addServiceListener(ServiceListener listener,
java.lang.String filter)
Adds the specified ServiceListener object with the specified
filter to this context bundle's list of listeners. |
void |
BundleContext.removeServiceListener(ServiceListener listener)
Removes the specified ServiceListener object from this context bundle's list of listeners. |