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 TypeMethodDescriptionvoid
addServiceListener
(String serviceFilterString, ExtendedServiceListener<U> listener) void
removeServiceListener
(String serviceFilterString, ExtendedServiceListener<U> listener)
-
Method Details
-
addServiceListener
-
removeServiceListener
-