Interface ExtendedServiceListenerContext<U extends org.osgi.framework.ServiceEvent>
- All Known Subinterfaces:
ComponentActivator
- All Known Implementing Classes:
BundleComponentActivator
public interface ExtendedServiceListenerContext<U extends org.osgi.framework.ServiceEvent>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddServiceListener(String serviceFilterString, ExtendedServiceListener<U> listener) voidremoveServiceListener(String serviceFilterString, ExtendedServiceListener<U> listener)
-
Method Details
-
addServiceListener
-
removeServiceListener
-