Interface ExtendedServiceListenerContext<U extends org.osgi.framework.ServiceEvent>
-
- All Known Subinterfaces:
ComponentActivator
public interface ExtendedServiceListenerContext<U extends org.osgi.framework.ServiceEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)
void
removeServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)
-
-
-
Method Detail
-
addServiceListener
void addServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)
-
removeServiceListener
void removeServiceListener(String className, org.osgi.framework.Filter filter, ExtendedServiceListener<U> listener)
-
-