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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addServiceListener(java.lang.String serviceFilterString, ExtendedServiceListener<U> listener)
void
removeServiceListener(java.lang.String serviceFilterString, ExtendedServiceListener<U> listener)
-
-
-
Method Detail
-
addServiceListener
void addServiceListener(java.lang.String serviceFilterString, ExtendedServiceListener<U> listener)
-
removeServiceListener
void removeServiceListener(java.lang.String serviceFilterString, ExtendedServiceListener<U> listener)
-
-